mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Bump flake8-pyi and black to latest versions (#8859)
This commit is contained in:
@@ -5,7 +5,7 @@ repos:
|
||||
- id: pycln
|
||||
args: [--all, stubs, stdlib, tests, scripts]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.8.0 # must match requirements-tests.txt
|
||||
rev: 22.10.0 # must match requirements-tests.txt
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.9
|
||||
@@ -21,7 +21,7 @@ repos:
|
||||
additional_dependencies:
|
||||
- 'flake8-bugbear==22.7.1' # must match requirements-tests.txt
|
||||
- 'flake8-noqa==1.2.9' # must match requirements-tests.txt
|
||||
- 'flake8-pyi==22.8.2' # must match requirements-tests.txt
|
||||
- 'flake8-pyi==22.10.0' # must match requirements-tests.txt
|
||||
|
||||
ci:
|
||||
autofix_commit_msg: '[pre-commit.ci] auto fixes from pre-commit.com hooks'
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
aiohttp==3.8.1
|
||||
black==22.8.0 # must match .pre-commit-config.yaml
|
||||
black==22.10.0 # must match .pre-commit-config.yaml
|
||||
flake8==5.0.4 # must match .pre-commit-config.yaml
|
||||
flake8-bugbear==22.7.1 # must match .pre-commit-config.yaml
|
||||
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml
|
||||
flake8-pyi==22.8.2 # must match .pre-commit-config.yaml
|
||||
flake8-pyi==22.10.0 # must match .pre-commit-config.yaml
|
||||
isort==5.10.1 # must match .pre-commit-config.yaml
|
||||
mypy==0.982
|
||||
packaging==21.3
|
||||
|
||||
Reference in New Issue
Block a user