Skip to content

Commit 92bd2e9

Browse files
committed
update tox
1 parent cd011c2 commit 92bd2e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ depends =
2525
[testenv:lint]
2626
skip_install = true
2727
deps =
28-
flake8
28+
ruff
2929
mypy
3030
commands =
31-
flake8 src tests
31+
ruff check src
32+
ruff check tests
3233
mypy --python-version=3.13 src tests
3334
mypy --python-version=3.12 src tests
3435
mypy --python-version=3.11 src tests

0 commit comments

Comments
 (0)