Skip to content

Commit 92b8ec7

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/biomejs/pre-commit: v0.5.0 → v0.6.0](biomejs/pre-commit@v0.5.0...v0.6.0) - [github.com/rbubley/mirrors-prettier: v3.4.0 → v3.4.2](rbubley/mirrors-prettier@v3.4.0...v3.4.2) - [github.com/djlint/djLint: v1.36.1 → v1.36.3](djlint/djLint@v1.36.1...v1.36.3)
1 parent 528cc0f commit 92b8ec7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
- pytest
55
repos:
66
- repo: https://github.com/python-poetry/poetry
7-
rev: 1.8.4
7+
rev: 1.8.0
88
hooks:
99
- id: poetry-check
1010
- id: poetry-lock
@@ -51,17 +51,17 @@ repos:
5151
- id: flake8
5252
additional_dependencies: []
5353
- repo: https://github.com/biomejs/pre-commit
54-
rev: "v0.5.0"
54+
rev: "v0.6.0"
5555
hooks:
5656
- id: biome-check
5757
additional_dependencies: ["@biomejs/[email protected]"]
5858
- repo: https://github.com/rbubley/mirrors-prettier
59-
rev: "v3.4.0"
59+
rev: "v3.4.2"
6060
hooks:
6161
- id: prettier
6262
files: \.(html|md|yml|yaml)$
6363
- repo: https://github.com/djlint/djLint
64-
rev: v1.36.1
64+
rev: v1.36.3
6565
hooks:
6666
- id: djlint-reformat-jinja
6767
- id: djlint-jinja

0 commit comments

Comments
 (0)