diff options
Diffstat (limited to 'python/requirements.txt')
-rw-r--r-- | python/requirements.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index d64f33add3c..c5e1a0c9bbb 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -8,10 +8,8 @@ mozlog == 8.0.0 setuptools == 78.1.1 toml == 0.9.2 -# For Python linting -flake8 == 7.0.0 -pep8 == 1.5.7 -pyflakes == 3.2.0 +# For Python linting and formatting +ruff == 0.11.10 # For test-webidl ply == 3.8 |