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 f245786 commit 74106c7Copy full SHA for 74106c7
.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.35.1
+ rev: v1.37.0
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.9.9
+ rev: v0.11.4
62
63
- id: ruff
64
- id: ruff-format
@@ -75,7 +75,7 @@ repos:
75
additional_dependencies:
76
- tomli
77
- repo: https://github.com/abravalheri/validate-pyproject
78
- rev: v0.23
+ rev: v0.24.1
79
80
- id: validate-pyproject
81
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments