We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a6ace commit a65ae17Copy full SHA for a65ae17
.pre-commit-config.yaml
@@ -11,17 +11,17 @@ repos:
11
rev: v2.6.0
12
hooks:
13
- id: reorder-python-imports
14
- args: [--application-directories, '.:src', --py36-plus]
+ args: [--application-directories, '.:src', --py37-plus]
15
- repo: https://github.com/psf/black
16
rev: 21.10b0
17
18
- id: black
19
- args: [--line-length=79, --target-version=py36]
+ args: [--line-length=79, --target-version=py37]
20
- repo: https://github.com/asottile/pyupgrade
21
rev: v2.29.0
22
23
- id: pyupgrade
24
- args: [--py36-plus]
+ args: [--py37-plus]
25
- repo: https://github.com/jorisroovers/gitlint
26
rev: v0.16.0
27
0 commit comments