Skip to content

Commit

Permalink
[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/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)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent 528cc0f commit 92b8ec7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -51,17 +51,17 @@ repos:
- id: flake8
additional_dependencies: []
- repo: https://github.com/biomejs/pre-commit
rev: "v0.5.0"
rev: "v0.6.0"
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.4.0"
rev: "v3.4.2"
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
Expand Down

0 comments on commit 92b8ec7

Please sign in to comment.