From a1807d1f88868f46a22dce627001ef8f9fdc6cfb Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 3 Sep 2020 17:41:33 +0200 Subject: [PATCH] Update flake8 lint test policy --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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