ci: we don't care about mypy in tests/ folder

This commit is contained in:
Alexandre Aubin 2024-07-23 19:26:28 +02:00
parent eeee096f3a
commit ebaecfcbd6

View file

@ -12,4 +12,4 @@ commands =
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: black bin src doc maintenance tests
py39-mypy: mypy --ignore-missing-import --install-types --non-interactive --follow-imports silent src/ --exclude (acme_tiny|migrations)
py39-mypy: mypy --ignore-missing-import --install-types --non-interactive --follow-imports silent src/ --exclude (acme_tiny|migrations|tests)