Skip to content

Commit 65d65ef

Browse files
[pre-commit.ci] pre-commit autoupdate hooks (#1946)
updates: - github.com/psf/black: 24.4.2 → 24.8.0 - github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6 - github.com/asottile/pyupgrade: v3.16.0 → v3.17.0 - github.com/thibaudcolas/pre-commit-stylelint: v16.6.1 → v16.8.1
1 parent 9cbd9f0 commit 65d65ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

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

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

3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.16.0
35+
rev: v3.17.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py37-plus]
@@ -59,7 +59,7 @@ repos:
5959
- id: remove-metadata
6060

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

0 commit comments

Comments
 (0)