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