aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0e1b138..e7c5657 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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