We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f30eab4 + 927ec77 commit 7d0eb3cCopy full SHA for 7d0eb3c
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: trailing-whitespace # Trims trailing whitespace
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.15.11
+ rev: v0.15.12
22
hooks:
23
- id: ruff # Run `ruff` linter
24
name: Check 'ruff linter' passes
@@ -29,7 +29,7 @@ repos:
29
name: Check 'ruff format' passes
30
31
- repo: https://github.com/oxipng/oxipng
32
- rev: v10.1.0
+ rev: v10.1.1
33
34
- id: oxipng
35
- repo: https://github.com/rhysd/actionlint
0 commit comments