mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 06:19:47 +08:00
Rework our linting setup (#11522)
Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user