Skip to content

Commit ccb9d7f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 20.8b1 → 21.4b0](psf/black@20.8b1...21.4b0) - [github.com/asottile/pyupgrade: v2.12.0 → v2.13.0](asottile/pyupgrade@v2.12.0...v2.13.0)
1 parent 5970f6f commit ccb9d7f

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 20.8b1
5+
rev: 21.4b0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
1313
- id: check-yaml
1414
- id: check-added-large-files
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.12.0
16+
rev: v2.13.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py36-plus]

0 commit comments

Comments
 (0)