We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbd9f0 commit 65d65efCopy full SHA for 65d65ef
.pre-commit-config.yaml
@@ -22,17 +22,17 @@ repos:
22
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/
23
24
- repo: https://github.com/psf/black
25
- rev: 24.4.2
+ rev: 24.8.0
26
hooks:
27
- id: black
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: "v0.5.0"
+ rev: "v0.5.6"
31
32
- id: ruff
33
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.16.0
+ rev: v3.17.0
36
37
- id: pyupgrade
38
args: [--py37-plus]
@@ -59,7 +59,7 @@ repos:
59
- id: remove-metadata
60
61
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
62
- rev: v16.6.1
+ rev: v16.8.1
63
64
- id: stylelint
65
# automatically fix .scss files where possible
0 commit comments