Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate hooks (#2064)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 8579fb6 commit a009a24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/

- repo: "https://github.com/astral-sh/ruff-pre-commit"
rev: "v0.7.2"
rev: "v0.8.1"
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
Expand All @@ -35,7 +35,7 @@ repos:
args: [--py37-plus]

- repo: "https://github.com/Riverside-Healthcare/djLint"
rev: v1.35.4
rev: v1.36.3
hooks:
- id: djlint-jinja
types_or: ["html"]
Expand All @@ -46,7 +46,7 @@ repos:
- id: doc8

- repo: "https://github.com/kynan/nbstripout"
rev: "0.8.0"
rev: "0.8.1"
hooks:
- id: nbstripout

Expand All @@ -56,7 +56,7 @@ repos:
- id: remove-metadata

- repo: "https://github.com/thibaudcolas/pre-commit-stylelint"
rev: v16.10.0
rev: v16.11.0
hooks:
- id: stylelint
# automatically fix .scss files where possible
Expand Down

0 comments on commit a009a24

Please sign in to comment.