mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
The initially used config is compatible with flake8 rules, including all pycodestyle (pep8) and pyflakes rules. Testing: Broke some python files and used `mach test-tidy --all` to test the linting. Fixes: servo/servo#37041 Signed-off-by: zefr0x <zer0-x.7ty50@aleeas.com>
17 lines
No EOL
482 B
Markdown
17 lines
No EOL
482 B
Markdown
This directory contains various Python modules used to support servo
|
|
development.
|
|
|
|
# `servo`
|
|
|
|
servo-specific python code e.g. implementations of mach commands. This
|
|
is the canonical repository for this code.
|
|
|
|
# `tidy`
|
|
|
|
servo-tidy is used to check licenses, line lengths, whitespace, ruff on
|
|
Python files, lock file versions, and more.
|
|
|
|
# `wpt`
|
|
servo-wpt is a module with support scripts for running, importing,
|
|
exporting, updating manifests, and updating expectations for WPT
|
|
tests. |