Skip to content

Commit 623457d

Browse files
Update pre-commit hook asottile/pyupgrade to v3.21.0
1 parent cfa3cb6 commit 623457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-merge-conflict
1212
# Pyupgrade: upgrades older python syntax to newer one
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.20.0
14+
rev: v3.21.0
1515
hooks:
1616
- id: pyupgrade
1717
args: ["--py38-plus"]

0 commit comments

Comments
 (0)