flake8/tests/fixtures/config_files/no-flake8-section-pyproject.toml

12 lines
125 B
TOML

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