We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5598b49 commit 62cde01Copy full SHA for 62cde01
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
additional_dependencies:
22
# must match requirements-tests.txt
23
- 'flake8-bugbear==21.11.29'
24
- - 'flake8-pyi==22.5.1'
+ - 'flake8-pyi==22.7.0'
25
26
ci:
27
autofix_commit_msg: '[pre-commit.ci] auto fixes from pre-commit.com hooks'
requirements-tests.txt
@@ -5,7 +5,7 @@ black==22.6.0
5
# must match .pre-commit-config.yaml
6
flake8==4.0.1
7
flake8-bugbear==21.11.29
8
-flake8-pyi==22.5.1
+flake8-pyi==22.7.0
9
10
isort==5.10.1
11
tomli==1.2.2
0 commit comments