diff --git a/setup.cfg b/setup.cfg index 06e8960..4e8257e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,8 +11,10 @@ addopts = [flake8] application-import-names = tests,vdirsyncer extend-ignore = - E203, # Black-incompatible colon spacing. - W503, # Line jump before binary operator. + # Black-incompatible colon spacing. + E203, + # Line jump before binary operator. + W503, I100, I202 max-line-length = 88