mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-22 11:02:07 +08:00
Bump flake8 and flake8-noqa (#9275)
This commit is contained in:
@@ -15,12 +15,12 @@ repos:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 5.0.4 # must match requirements-tests.txt
|
||||
rev: 6.0.0 # must match requirements-tests.txt
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
- 'flake8-bugbear==22.10.27' # must match requirements-tests.txt
|
||||
- 'flake8-noqa==1.2.9' # must match requirements-tests.txt
|
||||
- 'flake8-noqa==1.3.0' # must match requirements-tests.txt
|
||||
- 'flake8-pyi==22.11.0' # must match requirements-tests.txt
|
||||
|
||||
ci:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
aiohttp==3.8.3
|
||||
black==22.10.0 # must match .pre-commit-config.yaml
|
||||
flake8==5.0.4 # must match .pre-commit-config.yaml
|
||||
flake8==6.0.0 # must match .pre-commit-config.yaml
|
||||
flake8-bugbear==22.10.27 # must match .pre-commit-config.yaml
|
||||
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml
|
||||
flake8-noqa==1.3.0 # must match .pre-commit-config.yaml
|
||||
flake8-pyi==22.11.0 # must match .pre-commit-config.yaml
|
||||
isort==5.10.1 # must match .pre-commit-config.yaml
|
||||
mypy==0.991
|
||||
|
||||
Reference in New Issue
Block a user