Skip to content

Commit 6846929

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0) - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](asottile/pyupgrade@v2.24.0...v2.25.0)
1 parent f154230 commit 6846929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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/psf/black
3-
rev: 21.7b0
3+
rev: 21.8b0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.24.0
24+
rev: v2.25.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]

0 commit comments

Comments
 (0)