Skip to content

Commit 4c8f2bc

Browse files
authored
Merge pull request #162 from numba/renovate/asottile-pyupgrade-3.x
Update pre-commit hook asottile/pyupgrade to v3.19.1
2 parents 907292d + e83b690 commit 4c8f2bc

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.19.0
14+
rev: v3.19.1
1515
hooks:
1616
- id: pyupgrade
1717
args: ["--py38-plus"]

0 commit comments

Comments
 (0)