Rework our linting setup (#11522)

Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
Alex Waygood
2024-03-03 23:11:54 +00:00
committed by GitHub
parent 1c40e64611
commit 35b74bc431
9 changed files with 75 additions and 87 deletions
+2 -1
View File
@@ -8,12 +8,13 @@ flake8-pyi==24.1.0 # must match .pre-commit-config.yaml
mypy==1.8.0
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
pytype==2024.2.27; platform_system != "Windows" and python_version < "3.12"
ruff==0.2.1 # must match .pre-commit-config.yaml and tests.yml
ruff==0.3.0 # must match .pre-commit-config.yaml
# Libraries used by our various scripts.
aiohttp==3.9.3
packaging==23.2
pathspec>=0.11.1
pre-commit
pyyaml==6.0.1
stubdefaulter==0.1.0
termcolor>=2.3