flake8/tests/fixtures/config_files/broken-pyproject.toml

12 lines
123 B
TOML

[tool.flake8]
ignore = [
"E123",
"W234",
E111,
]
exclude = [
"foo/",
"bar/",
"bogus/",
]
quiet = 1