meson/setup.cfg

10 lines
193 B
INI
Raw Normal View History

[flake8]
ignore =
# E261: at least two spaces before inline comment
E261,
# E501: line too long
2016-12-29 18:57:06 +08:00
E501,
# E302: expected 2 blank lines, found 1
2016-12-29 05:18:57 +08:00
E302
max-line-length = 120