We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956623d commit cf6031aCopy full SHA for cf6031a
.pre-commit-config.yaml
@@ -0,0 +1,6 @@
1
+repos:
2
+- repo: https://github.com/asottile/pyupgrade
3
+ rev: v3.21.2
4
+ hooks:
5
+ - id: pyupgrade
6
+ args: ["--py37-plus"]
0 commit comments