Skip to content

Commit ca2d089

Browse files
committed
Add pyupgrade to pre-commit config
1 parent 8232a87 commit ca2d089

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default_language_version:
2+
python: python3
3+
4+
repos:
5+
- repo: https://github.com/asottile/pyupgrade
6+
rev: "v3.19.0"
7+
hooks:
8+
- id: pyupgrade
9+
args: [--py312]

0 commit comments

Comments
 (0)