Skip to content

Commit b8914f0

Browse files
[pre-commit.ci] pre-commit autoupdate (#817)
1 parent b0c529a commit b8914f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ repos:
1212
- id: trailing-whitespace
1313
exclude: CHANGELOG.md
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.6.9
15+
rev: v0.7.0
1616
hooks:
1717
- id: ruff
1818
args:
1919
- --fix
2020
- id: ruff-format
2121
- repo: https://github.com/compilerla/conventional-pre-commit
22-
rev: v3.4.0
22+
rev: v3.6.0
2323
hooks:
2424
- id: conventional-pre-commit
2525
stages: [commit-msg]
2626
args: []
2727
- repo: https://github.com/rtts/djhtml
28-
rev: 3.0.6
28+
rev: 3.0.7
2929
hooks:
3030
- id: djhtml
3131
files: .*/templates/.*\.html$

0 commit comments

Comments
 (0)