Skip to content

Commit 3caf346

Browse files
[pre-commit.ci] pre-commit autoupdate hooks (#2220)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/thibaudcolas/pre-commit-stylelint: v16.19.1 → v16.20.0](thibaudcolas/pre-commit-stylelint@v16.19.1...v16.20.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eef26c8 commit 3caf346

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
@@ -22,14 +22,14 @@ 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.8"
25+
rev: "v0.11.12"
2626
hooks:
2727
- id: ruff
2828
args: [--exit-non-zero-on-fix]
2929
- id: ruff-format
3030

3131
- repo: "https://github.com/asottile/pyupgrade"
32-
rev: v3.19.1
32+
rev: v3.20.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
@@ -56,7 +56,7 @@ repos:
5656
- id: remove-metadata
5757

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

0 commit comments

Comments
 (0)