Skip to content

Commit 1b3e65e

Browse files
[pre-commit.ci] pre-commit autoupdate hooks (#2005)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2f18f2e commit 1b3e65e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ repos:
2222
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/
2323

2424
- repo: https://github.com/psf/black
25-
rev: 24.8.0
25+
rev: 24.10.0
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: "v0.6.3"
30+
rev: "v0.7.2"
3131
hooks:
3232
- id: ruff
3333

3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.17.0
35+
rev: v3.19.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py37-plus]
3939

4040
- repo: https://github.com/Riverside-Healthcare/djLint
41-
rev: v1.35.2
41+
rev: v1.35.4
4242
hooks:
4343
- id: djlint-jinja
4444
types_or: ["html"]
@@ -49,7 +49,7 @@ repos:
4949
- id: doc8
5050

5151
- repo: "https://github.com/kynan/nbstripout"
52-
rev: "0.7.1"
52+
rev: "0.8.0"
5353
hooks:
5454
- id: nbstripout
5555

@@ -59,7 +59,7 @@ repos:
5959
- id: remove-metadata
6060

6161
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
62-
rev: v16.9.0
62+
rev: v16.10.0
6363
hooks:
6464
- id: stylelint
6565
# automatically fix .scss files where possible

0 commit comments

Comments
 (0)