servo/.flake8
Samson d296f0c5be
Fix flake8 config (#30907)
* Fix flake8 config

* Add excludes for flake8
2023-12-21 17:09:56 +00:00

24 lines
631 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
# We should fix those
etc/ci
./python/wpt/run.py
./python/tidy/tidy.py
./etc/servo_automation_screenshot.py
./etc/memory_reports_over_time.py