mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Standalone Flake8 config
This commit is contained in:
parent
befb472c9d
commit
bf08032b03
2 changed files with 6 additions and 7 deletions
5
.flake8
Normal file
5
.flake8
Normal file
|
@ -0,0 +1,5 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue