Skip to content

Commit

Permalink
Remove ruff from tox, it's done by pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreF committed Dec 25, 2023
1 parent 33dd190 commit 790f9db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ allowlist_externals =
echo
make
commands =
ruff .
pytest
pytest {posargs}
env =
PYTHONDEVMODE=1

Expand All @@ -21,7 +20,6 @@ deps =
black
codespell
mypy
ruff==0.1.8
pre-commit
safety
commands =
Expand Down

0 comments on commit 790f9db

Please sign in to comment.