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 edef040 commit ec36a0cCopy full SHA for ec36a0c
.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.34.0
+ rev: v1.35.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.2.1
+ rev: v0.2.2
62
63
- id: ruff
64
- id: ruff-format
0 commit comments