Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
2 parents 7aafaec + 018d267 commit eaedf30
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
Expand Up @@ -16,14 +16,14 @@ repos:
- id: check-toml
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.2
hooks:
- id: ruff
args: [--config, pyproject.toml]
- id: ruff-format
args: [--config, pyproject.toml]
- repo: https://github.com/djlint/djLint
rev: v1.35.2
rev: v1.35.4
hooks:
- id: djlint-reformat-jinja
- repo: local
Expand Down

0 comments on commit eaedf30

Please sign in to comment.