Skip to content

Commit a65ae17

Browse files
authored
Target Python >= 3.7 in pre-commit hooks (#830)
1 parent 09a6ace commit a65ae17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ repos:
1111
rev: v2.6.0
1212
hooks:
1313
- id: reorder-python-imports
14-
args: [--application-directories, '.:src', --py36-plus]
14+
args: [--application-directories, '.:src', --py37-plus]
1515
- repo: https://github.com/psf/black
1616
rev: 21.10b0
1717
hooks:
1818
- id: black
19-
args: [--line-length=79, --target-version=py36]
19+
args: [--line-length=79, --target-version=py37]
2020
- repo: https://github.com/asottile/pyupgrade
2121
rev: v2.29.0
2222
hooks:
2323
- id: pyupgrade
24-
args: [--py36-plus]
24+
args: [--py37-plus]
2525
- repo: https://github.com/jorisroovers/gitlint
2626
rev: v0.16.0
2727
hooks:

0 commit comments

Comments
 (0)