mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
5 lines
No EOL
301 B
INI
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 |