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 209ff11 commit 93bb121Copy full SHA for 93bb121
.pre-commit-config.yaml
@@ -50,15 +50,15 @@ repos:
50
files: dictionary.*\.txt$|\.wordlist$
51
args: [--ignore-case]
52
- repo: https://github.com/adrienverge/yamllint.git
53
- rev: v1.37.0
+ rev: v1.37.1
54
hooks:
55
- id: yamllint
56
args:
57
- --no-warnings
58
- -d
59
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.11.4
+ rev: v0.11.8
62
63
- id: ruff
64
- id: ruff-format
0 commit comments