Skip to content

Commit 5c11912

Browse files
[pre-commit.ci] pre-commit autoupdate hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1) - [github.com/Riverside-Healthcare/djLint: v1.35.4 → v1.36.3](djlint/djLint@v1.35.4...v1.36.3) - [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1) - [github.com/thibaudcolas/pre-commit-stylelint: v16.10.0 → v16.11.0](thibaudcolas/pre-commit-stylelint@v16.10.0...v16.11.0)
1 parent 8579fb6 commit 5c11912

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.7.2"
25+
rev: "v0.8.1"
2626
hooks:
2727
- id: ruff
2828
args: [--exit-non-zero-on-fix]
@@ -35,7 +35,7 @@ repos:
3535
args: [--py37-plus]
3636

3737
- repo: "https://github.com/Riverside-Healthcare/djLint"
38-
rev: v1.35.4
38+
rev: v1.36.3
3939
hooks:
4040
- id: djlint-jinja
4141
types_or: ["html"]
@@ -46,7 +46,7 @@ repos:
4646
- id: doc8
4747

4848
- repo: "https://github.com/kynan/nbstripout"
49-
rev: "0.8.0"
49+
rev: "0.8.1"
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.10.0
59+
rev: v16.11.0
6060
hooks:
6161
- id: stylelint
6262
# automatically fix .scss files where possible

0 commit comments

Comments
 (0)