Skip to content

Commit 722ccf7

Browse files
[pre-commit.ci] pre-commit autoupdate (#635)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a78d54c commit 722ccf7

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 21.7b0
7+
rev: 21.8b0
88
hooks:
99
- id: black
1010
types: [file]
@@ -46,7 +46,7 @@ repos:
4646
additional_dependencies: [pyyaml]
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v2.24.0
49+
rev: v2.25.0
5050
hooks:
5151
- id: pyupgrade
5252
args: [--py36-plus]

0 commit comments

Comments
 (0)