mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
12 lines
125 B
TOML
12 lines
125 B
TOML
[tool.flake8]
|
|
ignore = [
|
|
"E123",
|
|
"W234",
|
|
"E111",
|
|
]
|
|
exclude = [
|
|
"foo/",
|
|
"bar/",
|
|
"bogus/",
|
|
]
|
|
quiet = 1
|