Skip to content

Commit ff5ddc5

Browse files
[pre-commit.ci] pre-commit autoupdate hooks
updates: - [github.com/pycontribs/mirrors-prettier: v3.5.3 → v3.6.2](pycontribs/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/PyCQA/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0) - [github.com/thibaudcolas/pre-commit-stylelint: v16.20.0 → v16.21.1](thibaudcolas/pre-commit-stylelint@v16.20.0...v16.21.1)
1 parent 0ef98d8 commit ff5ddc5

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
@@ -13,7 +13,7 @@ default_language_version:
1313

1414
repos:
1515
- repo: "https://github.com/pycontribs/mirrors-prettier"
16-
rev: v3.5.3
16+
rev: v3.6.2
1717
hooks:
1818
- id: prettier
1919
# Exclude the HTML, since it doesn't understand Jinja2
@@ -22,7 +22,7 @@ repos:
2222
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/
2323

2424
- repo: "https://github.com/astral-sh/ruff-pre-commit"
25-
rev: "v0.11.12"
25+
rev: "v0.12.2"
2626
hooks:
2727
- id: ruff
2828
args: [--exit-non-zero-on-fix]
@@ -41,7 +41,7 @@ repos:
4141
types_or: ["html"]
4242

4343
- repo: "https://github.com/PyCQA/doc8"
44-
rev: v1.1.2
44+
rev: v2.0.0
4545
hooks:
4646
- id: doc8
4747

@@ -56,7 +56,7 @@ repos:
5656
- id: remove-metadata
5757

5858
- repo: "https://github.com/thibaudcolas/pre-commit-stylelint"
59-
rev: v16.20.0
59+
rev: v16.21.1
6060
hooks:
6161
- id: stylelint
6262
# automatically fix .scss files where possible

0 commit comments

Comments
 (0)