Skip to content

Commit

Permalink
Fix pyupgrade version in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
barrydaniels-nl authored and vdboor committed Dec 11, 2024
1 parent 5c42e3c commit 94df9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: pyupgrade
args:
- --py310-plus
- --py39-plus
- --keep-runtime-typing
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.20.0"
Expand Down

0 comments on commit 94df9cd

Please sign in to comment.