Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3)
- [github.com/Riverside-Healthcare/djLint: v1.34.1 → v1.35.2](djlint/djLint@v1.34.1...v1.35.2)
- [github.com/PyCQA/doc8: v1.1.1 → v1.1.2](PyCQA/doc8@v1.1.1...v1.1.2)
- [github.com/thibaudcolas/pre-commit-stylelint: v16.8.1 → v16.9.0](thibaudcolas/pre-commit-stylelint@v16.8.1...v16.9.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2024
1 parent 2b42671 commit b6457d9
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 @@ -27,7 +27,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.6"
rev: "v0.6.3"
hooks:
- id: ruff

Expand All @@ -38,13 +38,13 @@ repos:
args: [--py37-plus]

- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.1
rev: v1.35.2
hooks:
- id: djlint-jinja
types_or: ["html"]

- repo: https://github.com/PyCQA/doc8
rev: v1.1.1
rev: v1.1.2
hooks:
- id: doc8

Expand All @@ -59,7 +59,7 @@ repos:
- id: remove-metadata

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.8.1
rev: v16.9.0
hooks:
- id: stylelint
# automatically fix .scss files where possible
Expand Down

0 comments on commit b6457d9

Please sign in to comment.