Skip to content

Commit e1f7633

Browse files
[pre-commit.ci] pre-commit autoupdate hooks
updates: - [github.com/pycontribs/mirrors-prettier: v3.3.3 → v3.4.2](pycontribs/mirrors-prettier@v3.3.3...v3.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/Riverside-Healthcare/djLint: v1.36.3 → v1.36.4](djlint/djLint@v1.36.3...v1.36.4) - [github.com/thibaudcolas/pre-commit-stylelint: v16.11.0 → v16.12.0](thibaudcolas/pre-commit-stylelint@v16.11.0...v16.12.0)
1 parent 9b92ec9 commit e1f7633

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default_language_version:
1313

1414
repos:
1515
- repo: "https://github.com/pycontribs/mirrors-prettier"
16-
rev: v3.3.3
16+
rev: v3.4.2
1717
hooks:
1818
- id: prettier
1919
# Exclude the HTML, since it doesn't understand Jinja2
@@ -22,20 +22,20 @@ repos:
2222
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/
2323

2424
- repo: "https://github.com/astral-sh/ruff-pre-commit"
25-
rev: "v0.8.1"
25+
rev: "v0.8.6"
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.19.0
32+
rev: v3.19.1
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
3636

3737
- repo: "https://github.com/Riverside-Healthcare/djLint"
38-
rev: v1.36.3
38+
rev: v1.36.4
3939
hooks:
4040
- id: djlint-jinja
4141
types_or: ["html"]
@@ -56,7 +56,7 @@ repos:
5656
- id: remove-metadata
5757

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

0 commit comments

Comments
 (0)