Skip to content

Commit 739ed58

Browse files
Update .pre-commit-config.yaml
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.21 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.21...v0.15.22) - [github.com/djlint/djLint: v1.40.6 → v1.42.0](djlint/djLint@v1.40.6...v1.42.0)
1 parent ed37cb9 commit 739ed58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ repos:
1717
- id: check-toml
1818
- id: detect-private-key
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.15.21
20+
rev: v0.15.22
2121
hooks:
2222
- id: ruff
2323
args: [--config, pyproject.toml]
2424
- id: ruff-format
2525
args: [--config, pyproject.toml]
2626
- repo: https://github.com/djlint/djLint
27-
rev: v1.40.6
27+
rev: v1.42.0
2828
hooks:
2929
- id: djlint-reformat-jinja
3030
- repo: local

0 commit comments

Comments
 (0)