Skip to content

Commit 54f7d7a

Browse files
BordaMSeal
andauthored
enable pyupgrade (#692)
Co-authored-by: Matthew Seal <[email protected]>
1 parent 5868765 commit 54f7d7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ repos:
2020
- id: check-docstring-first
2121
- id: detect-private-key
2222

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
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
2929

3030
#- repo: https://github.com/myint/docformatter
3131
# rev: v1.5.0

0 commit comments

Comments
 (0)