Skip to content

Commit 67b7f99

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 20.8b1 → 22.6.0](psf/black@20.8b1...22.6.0) - [github.com/asottile/pyupgrade: v2.7.4 → v2.37.3](asottile/pyupgrade@v2.7.4...v2.37.3) - [github.com/PyCQA/flake8: 3.8.4 → 5.0.4](PyCQA/flake8@3.8.4...5.0.4)
1 parent a5f0204 commit 67b7f99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 20.8b1
3+
rev: 22.6.0
44
hooks:
55
- id: black
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.7.4
7+
rev: v2.37.3
88
hooks:
99
- id: pyupgrade
1010
args: [--py36-plus]
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: "3.8.4"
12+
rev: "5.0.4"
1313
hooks:
1414
- id: flake8

0 commit comments

Comments
 (0)