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 eef26c8 commit 3caf346Copy full SHA for 3caf346
.pre-commit-config.yaml
@@ -22,14 +22,14 @@ repos:
22
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/
23
24
- repo: "https://github.com/astral-sh/ruff-pre-commit"
25
- rev: "v0.11.8"
+ rev: "v0.11.12"
26
hooks:
27
- id: ruff
28
args: [--exit-non-zero-on-fix]
29
- id: ruff-format
30
31
- repo: "https://github.com/asottile/pyupgrade"
32
- rev: v3.19.1
+ rev: v3.20.0
33
34
- id: pyupgrade
35
args: [--py37-plus]
@@ -56,7 +56,7 @@ repos:
56
- id: remove-metadata
57
58
- repo: "https://github.com/thibaudcolas/pre-commit-stylelint"
59
- rev: v16.19.1
+ rev: v16.20.0
60
61
- id: stylelint
62
# automatically fix .scss files where possible
0 commit comments