Skip to content

Commit 4124c26

Browse files
Update .pre-commit-config.yaml (#779)
2 parents be45e44 + 9acef79 commit 4124c26

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.18
20+
rev: v0.15.20
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.39.2
27+
rev: v1.39.5
2828
hooks:
2929
- id: djlint-reformat-jinja
3030
- repo: local

0 commit comments

Comments
 (0)