Skip to content
Prev Previous commit
Next Next commit
Target Python 3.9+ syntax
  • Loading branch information
kurtmckee committed Jun 23, 2025
commit c68d77ba7e6473ce73c271137a5ee50f36da6fde
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
rev: v3.20.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
args: ["--py39-plus"]

- repo: local
hooks:
Expand Down