Skip to content

Commit ee0de97

Browse files
[pre-commit.ci] pre-commit autoupdate hooks (#2186)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) - [github.com/thibaudcolas/pre-commit-stylelint: v16.15.0 → v16.18.0](thibaudcolas/pre-commit-stylelint@v16.15.0...v16.18.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fc1ce62 commit ee0de97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.9.9"
25+
rev: "v0.11.4"
2626
hooks:
2727
- id: ruff
2828
args: [--exit-non-zero-on-fix]
@@ -56,7 +56,7 @@ repos:
5656
- id: remove-metadata
5757

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

0 commit comments

Comments
 (0)