Skip to content

Commit 1fceff7

Browse files
authored
Remove deprecated docstringify pre-commit hook (#73)
1 parent dcb5f3f commit 1fceff7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,3 @@
2424
language: python
2525
require_serial: true
2626
types: [python]
27-
28-
- id: docstringify
29-
name: docstringify (deprecated)
30-
description: >-
31-
Flag missing docstrings and, optionally, generate them from signatures
32-
and type annotations.
33-
entry: docstringify
34-
language: python
35-
require_serial: true
36-
types: [python]

0 commit comments

Comments
 (0)