mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 03:56:52 +00:00
9 lines
88 B
INI
9 lines
88 B
INI
[flake8]
|
|
ignore =
|
|
E123,
|
|
W234,
|
|
E111
|
|
exclude =
|
|
foo/,
|
|
bar/,
|
|
bogus/
|