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 5868765 commit 54f7d7aCopy full SHA for 54f7d7a
.pre-commit-config.yaml
@@ -20,12 +20,12 @@ repos:
20
- id: check-docstring-first
21
- id: detect-private-key
22
23
- #- repo: https://github.com/asottile/pyupgrade
24
- # rev: v2.37.3
25
- # hooks:
26
- # - id: pyupgrade
27
- # args: [--py37-plus]
28
- # name: Upgrade code
+ - repo: https://github.com/asottile/pyupgrade
+ rev: v2.37.3
+ hooks:
+ - id: pyupgrade
+ args: [--py37-plus]
+ name: Upgrade code
29
30
#- repo: https://github.com/myint/docformatter
31
# rev: v1.5.0
0 commit comments