Skip to content

Commit 529dbe2

Browse files
authored
Merge pull request #1022 from hramezani/pre-commit
Add pyupgrade to .pre-commit-config.yaml
2 parents 2e26a46 + c02aabc commit 529dbe2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ repos:
4545
- id: yamllint
4646
args:
4747
- "--strict"
48+
49+
- repo: https://github.com/asottile/pyupgrade
50+
rev: v2.37.3
51+
hooks:
52+
- id: pyupgrade
53+
args: [--py37-plus]

0 commit comments

Comments
 (0)