servo/.flake8
2023-06-23 16:24:35 +02:00

5 lines
No EOL
301 B
INI

[flake8]
ignore =
W291, # trailing whitespace; the standard tidy process will enforce no trailing whitespace
W503, # linebreak before binary operator; replaced by W504 - linebreak after binary operator
E501, # 80 character line length; the standard tidy process will enforce line length