Skip to content

Commit

Permalink
Target py39-plus with pyupgrade. (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 authored Nov 18, 2024
1 parent 06afd9b commit e25b4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
Expand Down

0 comments on commit e25b4bc

Please sign in to comment.