Skip to content

Commit 790f9db

Browse files
committed
Remove ruff from tox, it's done by pre-commit
1 parent 33dd190 commit 790f9db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ allowlist_externals =
1010
echo
1111
make
1212
commands =
13-
ruff .
14-
pytest
13+
pytest {posargs}
1514
env =
1615
PYTHONDEVMODE=1
1716

@@ -21,7 +20,6 @@ deps =
2120
black
2221
codespell
2322
mypy
24-
ruff==0.1.8
2523
pre-commit
2624
safety
2725
commands =

0 commit comments

Comments
 (0)