another one

This commit is contained in:
Kay0u 2022-01-20 19:23:45 +01:00
parent d6bbdfa5f4
commit 7ee5565a83
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -8,7 +8,7 @@ deps =
py39-black-{run,check}: black
py39-mypy: mypy >= 0.900
commands =
py39-lint: flake8 src doc data tests --ignore E402,E501,E203,W503 --exclude src/vendor
py39-lint: flake8 src doc maintenance tests --ignore E402,E501,E203,W503 --exclude src/vendor
py39-invalidcode: flake8 src bin maintenance --exclude src/tests,src/vendor --select F,E722,W605
py39-black-check: black --check --diff bin src doc maintenance tests
py39-black-run: bin src doc maintenance tests