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/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.4...v0.9.2)
- [github.com/djlint/djLint: v1.36.3 → v1.36.4](djlint/djLint@v1.36.3...v1.36.4)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent 5fb72a9 commit f60ffd0
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 @@ -17,7 +17,7 @@ repos:
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. If bumping this, please also bump requirements-dev.in
rev: v0.8.4
rev: v0.9.2
hooks:
# Run the linter.
- id: ruff
Expand All @@ -33,7 +33,7 @@ repos:
entry: mypy .
pass_filenames: false
- repo: https://github.com/djlint/djLint
rev: v1.36.3
rev: v1.36.4
hooks:
- id: djlint-jinja
types_or: ['html', 'jinja']

0 comments on commit f60ffd0

Please sign in to comment.