Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore(pre-commit): enable pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 11, 2025
1 parent 238aa3d commit a2ca5ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ repos:
- id: check-added-large-files
- id: detect-private-key

# For upgrading python syntax
# - repo: https://github.com/asottile/pyupgrade
# rev: v3.19.1
# hooks:
# - id: pyupgrade
# This constraint the new syntax with current python version
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
hooks:
- id: pyupgrade

- repo: https://github.com/ComPWA/taplo-pre-commit
rev: v0.9.3
Expand Down

0 comments on commit a2ca5ec

Please sign in to comment.