Skip to content

Commit 76e8185

Browse files
authored
Update pyupgrade to latest version. (#376)
1 parent affe36a commit 76e8185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: autopep8
1313
args: [--in-place, --aggressive, --aggressive]
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.21.0
15+
rev: v3.21.2
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py310-plus]

src/zope/meta/default/pre-commit-config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: autopep8
1111
args: [--in-place, --aggressive, --aggressive]
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.21.0
13+
rev: v3.21.2
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py%(oldest_python_version)s-plus]

0 commit comments

Comments
 (0)