Files
servo/python
Gae24 ca254c1edd tidy: remove dead code and unused files (#39902)
Removes files that once were used for testing tidy checks which are no
longer performed, such as:
- json formatting 
- lock files check which was superseded by cargo deny,
- checking for long lines and multiline strings
- sorting alphabetically #![feature(...)] statements

Testing: Not required, unused files removed

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
2025-10-15 16:44:15 +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.