[flake8] # This is a flake8 config, there are many like it, but this is mine ignore = # Disable E123 E123, # Disable W234 W234, # Also disable E111 E111 exclude = # Exclude foo/ foo/, # Exclude bar/ while we're at it bar/, # Exclude bogus/ bogus/