mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +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>
40 lines
671 B
Text
40 lines
671 B
Text
# Ensure all versions are pinned for repeatability,
|
|
# since `--system-site-packages` is enabled
|
|
|
|
blessed == 1.20.0
|
|
distro == 1.4
|
|
mozinfo == 1.2.3
|
|
mozlog == 8.0.0
|
|
setuptools == 78.1.1
|
|
toml == 0.9.2
|
|
|
|
# For Python linting and formatting
|
|
ruff == 0.11.10
|
|
|
|
# For test-webidl
|
|
ply == 3.8
|
|
|
|
# For Cross-platform colored terminal text
|
|
colorama == 0.3.7
|
|
|
|
# For package uploading
|
|
boto3 == 1.34.95
|
|
pyOpenSSL == 23.0.0
|
|
PyGithub == 1.58.1
|
|
|
|
# For Python3 compatibility
|
|
six == 1.16
|
|
|
|
# For sending build notifications.
|
|
notify-py == 0.3.43
|
|
|
|
# For wpt scripts and their tests.
|
|
flask
|
|
requests
|
|
types-requests
|
|
|
|
# For mach package on macOS.
|
|
Mako == 1.2.2
|
|
|
|
# For devtools tests.
|
|
geckordp == 1.0.3
|