From 4b7d240115a18e8cc2815b908f663a6ccb7d4d97 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Wed, 24 Jul 2024 23:42:16 -0400 Subject: do not lint tmp dir --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d2444e4..5bd7681 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ commands = black . [testenv:flake8] description = lint with flake8 deps = flake8 -commands = flake8 --max-line-length=88 +commands = flake8 --max-line-length=88 --exclude tmp [testenv:qolab_pytest] description = test cases -- cgit v1.2.3