1 2 3 4 5
[flake8] select = F,E722 ignore = F403,F405,F541 per-file-ignores = */__init__.py:F401,F403