servo/python
zefr0x 60eb7c923d
use ruff rather than flake8 for python code linting (#37045)
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>
2025-05-24 14:19:47 +00:00
..
mach change terminal wrapper library from blessing to blessed to support running mach test-wpt on windows. (#35327) 2025-02-06 16:45:34 +00:00
servo Animation: update image active frame when update the rendering (#36286) 2025-05-23 03:13:35 +00:00
tidy use ruff rather than flake8 for python code linting (#37045) 2025-05-24 14:19:47 +00:00
wpt Establish baseline webdriver conformance results (#35024) 2025-05-01 21:13:27 +00:00
mach_bootstrap.py mach: recreate .venv when .python-version changes (#34712) 2024-12-20 09:55:21 +00:00
README.md use ruff rather than flake8 for python code linting (#37045) 2025-05-24 14:19:47 +00:00
requirements.txt use ruff rather than flake8 for python code linting (#37045) 2025-05-24 14:19:47 +00:00

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.