From 971576214edbfac58fadefac7c7c3976ded88b6b Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Thu, 20 Jun 2019 14:08:30 +0200 Subject: [PATCH] Add ansible pep8 exceptions This commit adds ansible linter exceptions from [1] to ansible networking repo. [1] https://github.com/ansible/ansible/blob/devel/test/sanity/pep8/current-ignore.txt --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 86beb92..191454e 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,6 @@ commands = {posargs} [flake8] # These are ignored intentionally; # please don't submit patches that solely correct them or enable them. -ignore = E125,E129,H +ignore = E125,E129,E402,W503,W504,E741 show-source = True exclude = .venv,.tox,dist,doc,build,*.egg