diff --git a/setup.cfg b/setup.cfg index b341e7ef8..f81876624 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ flake8-ignore = tests/ ALL [flake8] -ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D107,D200,D201,D205,D400,D401,D402,D403,I100,I101 +ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D107,D200,D201,D205,D400,D401,D402,D403,I100,I101, I201, I202 max-line-length = 100 exclude = .tox,.git,docs,tests