Skip to content

Commit

Permalink
feat(pre-commit): add pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Jun 9, 2024
1 parent eb5aef2 commit 8bdf380
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@ repos:
- id: check-merge-conflict
- id: check-yaml

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

exclude: ^migrations/

ci:
autoupdate_schedule: quarterly

0 comments on commit 8bdf380

Please sign in to comment.