X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.flake8;h=5071590ef2fec22a90bece36e3effddaf9165524;hb=aff5ab67e558c98f530161ff014704512aade695;hp=5dca78bc9beae9529d42f634285f5fc47bfba039;hpb=3063b3a8132d6f75dd0625d80bd985e48ab0dda7;p=integration%2Ftest.git diff --git a/.flake8 b/.flake8 index 5dca78bc9b..5071590ef2 100644 --- a/.flake8 +++ b/.flake8 @@ -11,8 +11,9 @@ max-line-length = 120 # that (select E133 instead of E123) but that should be caught by the # verify job. select = E,W -ignore = E722,W503 # as of aprox 10/25 some update/change has caused existing code to fail on E722 + +# E203,E501,W503 are disabled as recommended by python-black. +ignore = E203,E501,W503 exclude = .git, - .tox, - docs/conf.py + .tox