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 361d739 commit 4547b55Copy full SHA for 4547b55
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
exclude: "{{package_name}}|.all-contributorsrc"
4
-default_stages: [commit]
+default_stages: [pre-commit]
5
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -23,11 +23,11 @@ repos:
23
hooks:
24
- id: pyproject-fmt
25
- repo: https://github.com/python-poetry/poetry
26
- rev: 1.8.4
+ rev: 1.8.0
27
28
- id: poetry-check
29
- repo: https://github.com/pre-commit/mirrors-prettier
30
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
31
32
- id: prettier
33
args: ["--tab-width", "2"]
0 commit comments