diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ description = auto formatter with black deps = black commands = black . +[testenv:ruff] +description = lint with ruff +deps = ruff +commands = ruff check --exclude tmp + [testenv:flake8] description = lint with flake8 deps = flake8 |