Skip to content

Commit 88055b0

Browse files
committed
pyupgrade --py37-plus
1 parent a5f320e commit 88055b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ repos:
33
rev: v2.34.0
44
hooks:
55
- id: pyupgrade
6-
args: ["--py36-plus"]
6+
args: ["--py37-plus"]
77

88
- repo: https://github.com/psf/black
99
rev: 22.3.0
1010
hooks:
1111
- id: black
12-
args: ["--target-version", "py36"]
12+
args: ["--target-version", "py37"]
1313

1414
- repo: https://gitlab.com/pycqa/flake8
1515
rev: 3.9.2

0 commit comments

Comments
 (0)