mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: we don't care about mypy in tests/ folder
This commit is contained in:
parent
eeee096f3a
commit
ebaecfcbd6
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue