Skip to content

Commit

Permalink
Add pyupgrade with py312-plus support for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemTuffaha committed Jul 14, 2024
1 parent 8493a0c commit 905f354
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ repos:
- id: trailing-whitespace
types: [python]

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py312-plus]

- repo: local
hooks:
- id: black
Expand Down

0 comments on commit 905f354

Please sign in to comment.