diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |