Skip to content

Commit 8b41b13

Browse files
authored
Bump flake8-pyi and black to latest versions (#8859)
1 parent f536953 commit 8b41b13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: pycln
66
args: [--all, stubs, stdlib, tests, scripts]
77
- repo: https://github.com/psf/black
8-
rev: 22.8.0 # must match requirements-tests.txt
8+
rev: 22.10.0 # must match requirements-tests.txt
99
hooks:
1010
- id: black
1111
language_version: python3.9
@@ -21,7 +21,7 @@ repos:
2121
additional_dependencies:
2222
- 'flake8-bugbear==22.7.1' # must match requirements-tests.txt
2323
- 'flake8-noqa==1.2.9' # must match requirements-tests.txt
24-
- 'flake8-pyi==22.8.2' # must match requirements-tests.txt
24+
- 'flake8-pyi==22.10.0' # must match requirements-tests.txt
2525

2626
ci:
2727
autofix_commit_msg: '[pre-commit.ci] auto fixes from pre-commit.com hooks'

requirements-tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
aiohttp==3.8.1
2-
black==22.8.0 # must match .pre-commit-config.yaml
2+
black==22.10.0 # must match .pre-commit-config.yaml
33
flake8==5.0.4 # must match .pre-commit-config.yaml
44
flake8-bugbear==22.7.1 # must match .pre-commit-config.yaml
55
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml
6-
flake8-pyi==22.8.2 # must match .pre-commit-config.yaml
6+
flake8-pyi==22.10.0 # must match .pre-commit-config.yaml
77
isort==5.10.1 # must match .pre-commit-config.yaml
88
mypy==0.982
99
packaging==21.3

0 commit comments

Comments
 (0)