We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddbd7c commit 81e1383Copy full SHA for 81e1383
.pre-commit-config.yaml
@@ -19,11 +19,11 @@ repos:
19
- id: reorder-python-imports
20
args: [--application-directories, '.:src', --py36-plus]
21
- repo: https://github.com/psf/black
22
- rev: 21.10b0
+ rev: 21.12b0
23
hooks:
24
- id: black
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.29.0
+ rev: v2.29.1
27
28
- id: pyupgrade
29
args: [--py36-plus]
@@ -33,11 +33,11 @@ repos:
33
# - id: mypy
34
# exclude: ^(docs/|tests/)
35
- repo: https://github.com/jorisroovers/gitlint
36
- rev: v0.16.0
+ rev: v0.17.0
37
38
- id: gitlint
39
- repo: https://github.com/asottile/setup-cfg-fmt
40
- rev: v1.19.0
+ rev: v1.20.0
41
42
- id: setup-cfg-fmt
43
args: [--min-py3-version, '3.6']
0 commit comments