You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove check-docstring-first pre-commit hook as it doesn't support
using Sphinx attribute docstrings. Attribute docstrings, as defined
in PEP-257 are strings immediately following top level module names.
The check-docstring-first hook incorrectly identifies this attribute
docstring as a module docstring, indicating either:
- "Multiple module docstrings (first docstring on line N)", or
- "Module docstring appears after code (code seen on line N)"
For details see related discussion on pre-commit issue:
pre-commit/pre-commit-hooks#159
Signed-off-by: Stephan Linz <[email protected]>
0 commit comments