mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix tox
This commit is contained in:
parent
140e50253f
commit
d6bbdfa5f4
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
@ -9,7 +9,7 @@ deps =
|
||||||
py39-mypy: mypy >= 0.900
|
py39-mypy: mypy >= 0.900
|
||||||
commands =
|
commands =
|
||||||
py39-lint: flake8 src doc data tests --ignore E402,E501,E203,W503 --exclude src/vendor
|
py39-lint: flake8 src doc data tests --ignore E402,E501,E203,W503 --exclude src/vendor
|
||||||
py39-invalidcode: flake8 src data --exclude src/tests,src/vendor --select F,E722,W605
|
py39-invalidcode: flake8 src bin maintenance --exclude src/tests,src/vendor --select F,E722,W605
|
||||||
py39-black-check: black --check --diff src doc data tests
|
py39-black-check: black --check --diff bin src doc maintenance tests
|
||||||
py39-black-run: black src doc data tests
|
py39-black-run: 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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue