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 21043b9 commit 1d79efbCopy full SHA for 1d79efb
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: end-of-file-fixer
24
- id: trailing-whitespace
25
- repo: https://github.com/python-poetry/poetry
26
- rev: 1.4.2
+ rev: 1.4.0
27
hooks:
28
- id: poetry-check
29
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -32,7 +32,7 @@ repos:
32
- id: prettier
33
args: ["--tab-width", "2"]
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.3.1
+ rev: v3.3.2
36
37
- id: pyupgrade
38
args: [--py37-plus]
@@ -53,7 +53,7 @@ repos:
53
54
- id: flake8
55
- repo: https://github.com/commitizen-tools/commitizen
56
- rev: v3.0.1
+ rev: 3.0.1
57
58
- id: commitizen
59
stages: [commit-msg]
0 commit comments