From 1c3f2d8a1c8153bd787b6747eb012c008ad0ed8f Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Fri, 26 Jul 2024 23:04:42 -0400 Subject: added ruff check --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tox.ini') 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 -- cgit v1.2.3