Skip to content

Commit 9cd1ebc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0) - [github.com/biomejs/pre-commit: v2.0.0-beta.5 → v2.0.2](biomejs/pre-commit@v2.0.0-beta.5...v2.0.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.12...v0.12.0)
1 parent c217334 commit 9cd1ebc

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
@@ -10,7 +10,7 @@ repos:
1010
- id: file-contents-sorter
1111
files: docs/spelling_wordlist.txt
1212
- repo: https://github.com/pycqa/doc8
13-
rev: v1.1.2
13+
rev: v2.0.0
1414
hooks:
1515
- id: doc8
1616
- repo: https://github.com/adamchainz/django-upgrade
@@ -29,12 +29,12 @@ repos:
2929
- id: rst-backticks
3030
- id: rst-directive-colons
3131
- repo: https://github.com/biomejs/pre-commit
32-
rev: v2.0.0-beta.5
32+
rev: v2.0.2
3333
hooks:
3434
- id: biome-check
3535
verbose: true
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: 'v0.11.12'
37+
rev: 'v0.12.0'
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)