interrogate
interrogate copied to clipboard
Explain yourself! Interrogate a codebase for docstring coverage.
## Base PullRequest default branch (https://github.com/econchick/interrogate/tree/master) ## Command results Details: add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ``` pip install pre-commit ```Shell Collecting pre-commit Downloading pre_commit-2.15.0-py2.py3-none-any.whl (191 kB) Collecting identify>=1.0.0 Downloading identify-2.2.15-py2.py3-none-any.whl (98...
# Hey, I just made a Pull Request! ## Description Change --omit-covered from 100% coverage to --fail-under value ## Motivation and Context --omit-covered currently only hides 100% covered files even...
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Breaking remove pushing behaviour. PR #164 by @asottile. see README for alternatives Commits 646c83f v3.0.0 7a7fccb Merge...
# Hey, I just made a Pull Request! ## Description Add `--ignore-overloaded-functions` flag to ignore overload decorators ## Motivation and Context Fixes #97 ## Have you tested this? If so,...
### Environment - `interrogate` version(s): 1.5.0 - Python version(s): 3.6-3.9 ### Description of the bug When using the `-o, --output` flag, interrogate doesn't create the parent(s) of the file if...
### Describe the feature you'd like I'd like `ignore-nested-functions` to work with coroutines (i.e. `async def`). However if either function is actually a coroutine, it does not work ### Is...
### Description of the bug In the code there's an automatic error if `if not path.endswith(".py")` but python executables usually lack the file extension. ### What you expected to happen...
### Environment - interrogate, version 1.5.0 - OS: Windows 10 - Python version: 3.8.10 ### Description of the bug I'm trying to use interrogate through pre-commit with this hook ```...
Awesome, extremely useful project, thank you!! (Just noticed I'm signed in using a GH account I created strictly for teaching purposes .. doh! My normal handle is @gavinhuttley). ### Describe...
### Describe the feature you'd like an option to print out only the modules/functions that are missing docstrings ### Is your feature request related to a problem? no