Skip to content

Commit 2fa37f6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.9b0 → 21.10b0](psf/black@21.9b0...21.10b0) - [github.com/asottile/setup-cfg-fmt: v1.18.0 → v1.19.0](asottile/setup-cfg-fmt@v1.18.0...v1.19.0)
1 parent 9d17ceb commit 2fa37f6

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.9b0
3+
rev: 21.10b0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -39,7 +39,7 @@ repos:
3939
- id: pyupgrade
4040
args: [--py36-plus]
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v1.18.0
42+
rev: v1.19.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
args: [--max-py-version=3.10]

0 commit comments

Comments
 (0)