diff --git a/setup.cfg b/setup.cfg index a57e341e6fb..0f4ddbfab10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ max-line-length = 120 [flake8] # note: we ignore all 501s (line too long) anyway as they're taken care of by black max-line-length = 120 -ignore = E203, E402, W503, W504, F821, E501 +ignore = E203, E402, W503, W504, F821, E501, B, C4, EXE per-file-ignores = __init__.py: F401, F403, F405 ./hubconf.py: F401