Skip to content

Commit 41033b6

Browse files
committed
Add pyupgrade hook
1 parent 3ec888d commit 41033b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ repos:
99
- id: check-yaml
1010
- id: requirements-txt-fixer
1111

12+
- repo: https://github.com/asottile/pyupgrade
13+
rev: v3.16.0
14+
hooks:
15+
- id: pyupgrade
16+
1217
- repo: https://github.com/astral-sh/ruff-pre-commit
1318
rev: v0.5.0
1419
hooks:

0 commit comments

Comments
 (0)