Skip to content

Commit 6c810e1

Browse files
[pre-commit.ci] pre-commit autoupdate hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.13.3...v0.14.7) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/thibaudcolas/pre-commit-stylelint: v16.25.0 → v16.26.1](thibaudcolas/pre-commit-stylelint@v16.25.0...v16.26.1)
1 parent 4605455 commit 6c810e1

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
@@ -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.13.3"
25+
rev: "v0.14.7"
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.20.0
32+
rev: v3.21.2
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
@@ -46,7 +46,7 @@ repos:
4646
- id: doc8
4747

4848
- repo: "https://github.com/kynan/nbstripout"
49-
rev: "0.8.1"
49+
rev: "0.8.2"
5050
hooks:
5151
- id: nbstripout
5252

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

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

0 commit comments

Comments
 (0)