diff --git a/tox.ini b/tox.ini index 0c0b01a5e..6c1139d52 100644 --- a/tox.ini +++ b/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 \ No newline at end of file + 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