Skip to content

Commit 4547b55

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.8.4 → 1.8.0](python-poetry/poetry@1.8.4...1.8.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent 361d739 commit 4547b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
exclude: "{{package_name}}|.all-contributorsrc"
4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -23,11 +23,11 @@ repos:
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/python-poetry/poetry
26-
rev: 1.8.4
26+
rev: 1.8.0
2727
hooks:
2828
- id: poetry-check
2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: v3.1.0
30+
rev: v4.0.0-alpha.8
3131
hooks:
3232
- id: prettier
3333
args: ["--tab-width", "2"]

0 commit comments

Comments
 (0)