Skip to content

Commit f19f856

Browse files
[pre-commit.ci] pre-commit autoupdate (#101)
updates: - [github.com/asottile/pyupgrade: v2.13.0 → v2.14.0](asottile/pyupgrade@v2.13.0...v2.14.0) - [github.com/psf/black: 21.4b0 → 21.4b2](psf/black@21.4b0...21.4b2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3321ad5 commit f19f856

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.13.0
3+
rev: v2.14.0
44
hooks:
55
- id: pyupgrade
66
args: [--py36-plus]
77

88
- repo: https://github.com/psf/black
9-
rev: 21.4b0
9+
rev: 21.4b2
1010
hooks:
1111
- id: black
1212

0 commit comments

Comments
 (0)