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 bcc2be3 commit 04c04fdCopy full SHA for 04c04fd
.pre-commit-config.yaml
@@ -0,0 +1,6 @@
1
+repos:
2
+- repo: https://github.com/asottile/pyupgrade
3
+ rev: v3.4.0
4
+ hooks:
5
+ - id: pyupgrade
6
+ args: [--py37-plus]
0 commit comments