Skip to content

Commit

Permalink
Update to current version of pyupgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Dec 4, 2024
1 parent baf6089 commit c4179d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: autopep8
args: [--in-place, --aggressive, --aggressive]
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down
2 changes: 1 addition & 1 deletion src/zope/meta/default/pre-commit-config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: autopep8
args: [--in-place, --aggressive, --aggressive]
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py%(oldest_python_version)s-plus]
Expand Down
1 change: 1 addition & 0 deletions src/zope/meta/pure-python/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@ z3c.jbot
fanstatic
zope.pytestlayer
meta
zope.app.security

0 comments on commit c4179d8

Please sign in to comment.