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.
2 parents 78e57d5 + 5be829a commit 3bbdeb1Copy full SHA for 3bbdeb1
1 file changed
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: mixed-line-ending
23
args: [--fix, lf]
24
- repo: https://github.com/codespell-project/codespell
25
- rev: v2.4.1
+ rev: v2.4.2
26
hooks:
27
- id: codespell
28
- repo: https://github.com/adrienverge/yamllint.git
@@ -33,7 +33,7 @@ repos:
33
types: [file, yaml]
34
entry: yamllint --strict
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.15.4
+ rev: v0.15.9
37
38
- id: ruff-format
39
alias: ruff
0 commit comments