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.
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.4...v0.8.1)
- [github.com/djlint/djLint: v1.36.1 → v1.36.3](djlint/djLint@v1.36.1...v1.36.3)
pre-commit-ci[bot] authored and berrydenhartog committed Dec 6, 2024
1 parent f4f5eb8 commit 9be0d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -16,14 +16,14 @@ repos:
- id: check-toml
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.1
hooks:
- id: ruff
args: [--config, pyproject.toml]
- id: ruff-format
args: [--config, pyproject.toml]
- repo: https://github.com/djlint/djLint
rev: v1.36.1
rev: v1.36.3
hooks:
- id: djlint-reformat-jinja
- repo: local

0 comments on commit 9be0d1a

Please sign in to comment.