Skip to content

Commit

Permalink
[test][tox] fix deprecation in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed May 2, 2024
1 parent 801c4a9 commit 2fae997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ whitelist_externals =
rm

commands =
ruff --preview tatsu test examples
ruff check --preview tatsu test examples
mypy --ignore-missing-imports --exclude "parsers|docs|tmp|build|dist" .
pytest

Expand Down

0 comments on commit 2fae997

Please sign in to comment.