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 3471478 commit 596257dCopy full SHA for 596257d
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.0.1
+ rev: v4.1.0
4
hooks:
5
- id: trailing-whitespace
6
- id: check-added-large-files
@@ -35,18 +35,18 @@ repos:
35
]
36
37
- repo: https://github.com/ambv/black
38
- rev: 21.11b1
+ rev: 21.12b0
39
40
- id: black
41
42
- repo: https://github.com/asottile/pyupgrade
43
- rev: v2.29.1
+ rev: v2.31.0
44
45
- id: pyupgrade
46
args: ["--py37-plus", "--keep-runtime-typing"]
47
48
- repo: https://github.com/commitizen-tools/commitizen
49
- rev: v2.20.0
+ rev: v2.20.3
50
51
- id: commitizen
52
stages: [commit-msg]
0 commit comments