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 a8ecbac commit 997149fCopy full SHA for 997149f
.pre-commit-config.yaml
@@ -52,7 +52,7 @@ repos:
52
- id: tox-ini-fmt
53
54
- repo: https://github.com/astral-sh/ruff-pre-commit
55
- rev: v0.9.9
+ rev: v0.11.4
56
hooks:
57
- id: ruff
58
args:
@@ -74,15 +74,15 @@ repos:
74
name: Spell check with cspell
75
76
- repo: https://github.com/jsh9/pydoclint
77
- rev: "0.6.2"
+ rev: "0.6.5"
78
79
- id: pydoclint
80
# This allows automatic reduction of the baseline file when needed.
81
entry: sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
82
pass_filenames: false
83
84
- repo: https://github.com/pycqa/pylint.git
85
- rev: v3.3.4
+ rev: v3.3.6
86
87
- id: pylint
88
0 commit comments