Skip to content

Commit 8b48241

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.14.10](astral-sh/ruff-pre-commit@v0.9.4...v0.14.10) - [github.com/rtts/djhtml: 3.0.7 → 3.0.10](rtts/djhtml@3.0.7...3.0.10) - [github.com/PyCQA/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0)
1 parent bafef3a commit 8b48241

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: v5.0.0
7+
rev: v6.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 and tests/requirements.txt
22-
rev: 'v0.9.4'
22+
rev: 'v0.14.10'
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.7
28+
rev: 3.0.10
2929
hooks:
3030
- id: djhtml
3131
- repo: https://github.com/PyCQA/doc8
32-
rev: v1.1.2
32+
rev: v2.0.0
3333
hooks:
3434
- id: doc8

0 commit comments

Comments
 (0)