mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update flake8 lint test policy
This commit is contained in:
parent
49f6394233
commit
a1807d1f88
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
@ -7,6 +7,6 @@ deps =
|
|||
py{27,37}-{lint,invalidcode}: flake8
|
||||
py37-black: black
|
||||
commands =
|
||||
py{27,37}-lint: flake8 src doc data tests
|
||||
py{27,37}-invalidcode: flake8 src data --exclude src/yunohost/tests --select F --ignore F401,F841
|
||||
py37-black: black --check --diff src doc data tests
|
||||
py{27,37}-lint: flake8 src doc data tests --ignore E402,E501 --exclude src/yunohost/vendor
|
||||
py{27,37}-invalidcode: flake8 src data --exclude src/yunohost/tests,src/yunohost/vendor --select F
|
||||
py37-black: black --check --diff src doc data tests
|
||||
|
|
Loading…
Add table
Reference in a new issue