Skip to content

Commit cec6162

Browse files
authored
Bump flake8-pyi to 23.1.2 (#9643)
1 parent 9e71de0 commit cec6162

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
additional_dependencies:
3333
- "flake8-bugbear==23.1.14" # must match requirements-tests.txt
3434
- "flake8-noqa==1.3.0" # must match requirements-tests.txt
35-
- "flake8-pyi==23.1.1" # must match requirements-tests.txt
35+
- "flake8-pyi==23.1.2" # must match requirements-tests.txt
3636
- repo: https://github.com/pre-commit/mirrors-prettier
3737
rev: v3.0.0-alpha.4
3838
python_requirement: false

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ black==22.12.0 # must match .pre-commit-confi
33
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
44
flake8-bugbear==23.1.14; python_version >= "3.8" # must match .pre-commit-config.yaml
55
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
6-
flake8-pyi==23.1.1; python_version >= "3.8" # must match .pre-commit-config.yaml
6+
flake8-pyi==23.1.2; python_version >= "3.8" # must match .pre-commit-config.yaml
77
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
88
mypy==0.991
99
packaging==23.0

0 commit comments

Comments
 (0)