Skip to content

Commit 1500e7d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.8.6](astral-sh/ruff-pre-commit@v0.4.10...v0.8.6) - [github.com/rtts/djhtml: 3.0.6 → 3.0.7](rtts/djhtml@3.0.6...3.0.7) - [github.com/PyCQA/doc8: v1.1.1 → v1.1.2](PyCQA/doc8@v1.1.1...v1.1.2)
1 parent 86f0357 commit 1500e7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-yaml
1010
- id: check-toml
@@ -19,16 +19,16 @@ repos:
1919
- id: check-added-large-files
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
2121
# keep in sync with .github/workflows/ruff.yml
22-
rev: 'v0.4.10'
22+
rev: 'v0.8.6'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
2626
- id: ruff-format
2727
- repo: https://github.com/rtts/djhtml
28-
rev: 3.0.6
28+
rev: 3.0.7
2929
hooks:
3030
- id: djhtml
3131
- repo: https://github.com/PyCQA/doc8
32-
rev: v1.1.1
32+
rev: v1.1.2
3333
hooks:
3434
- id: doc8

0 commit comments

Comments
 (0)