We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ffe7a + b70dbe2 commit 3a721f4Copy full SHA for 3a721f4
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.13.3
+ rev: v0.14.0
22
hooks:
23
- id: ruff # Run `ruff` linter
24
name: Check 'ruff linter' passes
@@ -33,7 +33,7 @@ repos:
33
34
- id: oxipng
35
- repo: https://github.com/rhysd/actionlint
36
- rev: v1.7.7
+ rev: v1.7.8
37
38
- id: actionlint
39
0 commit comments