mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
19 lines
465 B
INI
19 lines
465 B
INI
[flake8]
|
|
ignore =
|
|
# trailing whitespace; the standard tidy process will enforce no trailing whitespace
|
|
W291,
|
|
# linebreak before binary operator; replaced by W504 - linebreak after binary operator
|
|
W503,
|
|
# 80 character line length; the standard tidy process will enforce line length
|
|
E501
|
|
exclude =
|
|
# temporary local files
|
|
target
|
|
__pycache__
|
|
python/_venv*
|
|
# upstream
|
|
third_party
|
|
python/mach
|
|
components
|
|
tests
|