Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-poetry/poetry: 1.8.4 → 1.8.0](python-poetry/poetry@1.8.4...1.8.0)
- [github.com/rbubley/mirrors-prettier: v3.4.0 → v3.4.1](rbubley/mirrors-prettier@v3.4.0...v3.4.1)
- [github.com/djlint/djLint: v1.36.1 → v1.36.3](djlint/djLint@v1.36.1...v1.36.3)
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 0aa2b0b commit 30b8d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ ci:
- pytest
repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.8.4
rev: 1.8.0
hooks:
- id: poetry-check
- id: poetry-lock
@@ -56,12 +56,12 @@ repos:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.4.0"
rev: "v3.4.1"
hooks:
- id: prettier
files: \.(html|md|yml|yaml)$
- repo: https://github.com/djlint/djLint
rev: v1.36.1
rev: v1.36.3
hooks:
- id: djlint-reformat-jinja
- id: djlint-jinja

0 comments on commit 30b8d03

Please sign in to comment.