diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-24 23:42:16 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-24 23:42:16 -0400 |
commit | 4b7d240115a18e8cc2815b908f663a6ccb7d4d97 (patch) | |
tree | de15b31941f4423cfd23cd4c8a5bbe0d5aa301a2 /tox.ini | |
parent | 9034123d8f82e83bc80178b516d225895edc5e44 (diff) | |
download | qolab-4b7d240115a18e8cc2815b908f663a6ccb7d4d97.tar.gz qolab-4b7d240115a18e8cc2815b908f663a6ccb7d4d97.zip |
do not lint tmp dir
Diffstat (limited to 'tox.ini')
-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 |