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 97371f5 commit 5d33633Copy full SHA for 5d33633
1 file changed
.pre-commit-config.yaml
@@ -11,16 +11,14 @@ repos:
11
- id: end-of-file-fixer
12
- id: trailing-whitespace
13
14
- - repo: local
+ - repo: https://github.com/stefmolin/docstringify
15
+ rev: 0.5.1
16
hooks:
17
- id: docstringify
- name: docstringify
18
- entry: docstringify --make-changes-inplace numpydoc
19
- language: python
20
- types: [python]
+ args: [--make-changes-inplace=numpydoc]
21
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.11.6
+ rev: v0.11.9
24
25
- id: ruff
26
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
0 commit comments