mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Bump various test dependencies (#9886)
This commit is contained in:
@@ -32,9 +32,9 @@ repos:
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
- "flake8-bugbear==23.1.20" # must match requirements-tests.txt
|
||||
- "flake8-noqa==1.3.0" # must match requirements-tests.txt
|
||||
- "flake8-pyi==23.1.2" # must match requirements-tests.txt
|
||||
- "flake8-bugbear==23.3.12" # must match requirements-tests.txt
|
||||
- "flake8-noqa==1.3.1" # must match requirements-tests.txt
|
||||
- "flake8-pyi==23.3.0" # must match requirements-tests.txt
|
||||
types: [file]
|
||||
types_or: [python, pyi]
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
aiohttp==3.8.3
|
||||
aiohttp==3.8.4
|
||||
black==23.1.0 # must match .pre-commit-config.yaml
|
||||
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
flake8-bugbear==23.1.20; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
flake8-pyi==23.1.2; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
flake8-bugbear==23.3.12; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
flake8-noqa==1.3.1; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
flake8-pyi==23.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
mypy==1.1.1
|
||||
packaging==23.0
|
||||
|
||||
Reference in New Issue
Block a user