servo/python
Gregory 1f99381720 tidy: checking directories for unexpected file extensions
update config, check_dir func to use config

pass only_changed_files and exclude_dirs as args

simplify config

better conditional

remove unused default, amend error message

undo doc change
2016-10-02 14:40:28 +08:00
..
servo Create ./mach test-perf command 2016-09-25 14:49:51 +08:00
tidy tidy: checking directories for unexpected file extensions 2016-10-02 14:40:28 +08:00
mach_bootstrap.py Minor cleanup of mach and bootstrap script 2016-09-01 17:25:36 +05:30
README.md Fix styling for Markdown headers. 2016-05-02 22:20:49 -04:00
requirements.txt Revert "Remove mako.zip" 2016-09-04 12:52:30 +08:00
tox.ini Added tox.ini 2016-05-08 12:10:48 +02: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, flake8 on Python files, lock file versions, and more.