Skip to content

Commit 5298184

Browse files
authored
Merge pull request #208 from numba/renovate/asottile-pyupgrade-3.x
Update pre-commit hook asottile/pyupgrade to v3.21.0
2 parents cfa3cb6 + 623457d commit 5298184

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)