We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8232a87 commit ca2d089Copy full SHA for ca2d089
.pre-commit-config.yaml
@@ -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