Skip to content

Commit df4618e

Browse files
authored
Upgrade pycln and flake8-pyi (#8464)
1 parent 1bd1625 commit df4618e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/hadialqattan/pycln
3-
rev: v2.0.4 # must match requirements-tests.txt
3+
rev: v2.1.1 # must match requirements-tests.txt
44
hooks:
55
- id: pycln
66
args: [--all, stubs, stdlib, tests, scripts]
@@ -21,7 +21,7 @@ repos:
2121
additional_dependencies:
2222
# must match requirements-tests.txt
2323
- 'flake8-bugbear==21.11.29'
24-
- 'flake8-pyi==22.7.0'
24+
- 'flake8-pyi==22.8.0'
2525

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

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ black==22.6.0
55
# must match .pre-commit-config.yaml
66
flake8==4.0.1
77
flake8-bugbear==21.11.29
8-
flake8-pyi==22.7.0
8+
flake8-pyi==22.8.0
99
# must match .pre-commit-config.yaml
1010
isort==5.10.1
1111
tomli==1.2.2
1212
# must match .pre-commit-config.yaml
13-
pycln==2.0.4
13+
pycln==2.1.1
1414
packaging==21.3
1515
termcolor

0 commit comments

Comments
 (0)