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/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5)
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6)
- [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2)
- [github.com/Riverside-Healthcare/djLint: v1.35.4 → v1.36.4](djlint/djLint@v1.35.4...v1.36.4)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 6481949 commit e0fa46b
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 @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: "quarterly"
repos:
- repo: https://github.com/PyCQA/docformatter
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
rev: v1.7.5
hooks:
- id: docformatter
args: ["--in-place", "--pre-summary-newline", "--make-summary-multi"]
Expand All @@ -19,7 +19,7 @@ repos:
]
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.2"
rev: "v0.8.6"
hooks:
- id: ruff
args: ["--fix", "--unsafe-fixes"]
Expand All @@ -44,11 +44,11 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
rev: v3.4.2
hooks:
- id: prettier
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.35.4
rev: v1.36.4
hooks:
- id: djlint-jinja
types_or: ["html"]

0 comments on commit e0fa46b

Please sign in to comment.