mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ignore some flake8 errors
This commit is contained in:
parent
ce1045a26a
commit
5ac2355882
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -7,7 +7,7 @@ deps =
|
|||
py37-{lint,invalidcode}: flake8
|
||||
py37-black-{run,check}: black
|
||||
commands =
|
||||
py37-lint: flake8 src doc data tests --ignore E402,E501 --exclude src/yunohost/vendor
|
||||
py37-lint: flake8 src doc data tests --ignore E402,E501,E203,W503 --exclude src/yunohost/vendor
|
||||
py37-invalidcode: flake8 src data --exclude src/yunohost/tests,src/yunohost/vendor --select F
|
||||
py37-black-check: black --check --diff src doc data tests
|
||||
py37-black-run: black src doc data tests
|
||||
|
|
Loading…
Add table
Reference in a new issue