Skip to content

Commit 5d33633

Browse files
committed
Switch to non-local hook for use in pre-commit.ci
1 parent 97371f5 commit 5d33633

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313

14-
- repo: local
14+
- repo: https://github.com/stefmolin/docstringify
15+
rev: 0.5.1
1516
hooks:
1617
- id: docstringify
17-
name: docstringify
18-
entry: docstringify --make-changes-inplace numpydoc
19-
language: python
20-
types: [python]
18+
args: [--make-changes-inplace=numpydoc]
2119

2220
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.11.6
21+
rev: v0.11.9
2422
hooks:
2523
- id: ruff
2624
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)