Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/Riverside-Healthcare/djLint: v1.35.2 → v1.35.4](djlint/djLint@v1.35.2...v1.35.4)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0)
- [github.com/thibaudcolas/pre-commit-stylelint: v16.9.0 → v16.10.0](thibaudcolas/pre-commit-stylelint@v16.9.0...v16.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 7db16bc commit 6d96bd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ repos:
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.3"
rev: "v0.7.2"
hooks:
- id: ruff

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py37-plus]

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

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

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

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

0 comments on commit 6d96bd2

Please sign in to comment.