pydocstringformatter icon indicating copy to clipboard operation
pydocstringformatter copied to clipboard

Automatically format your Python docstrings to conform with PEP 8 and PEP 257

Results 16 pydocstringformatter issues
Sort by recently updated
recently updated
newest added

Like prettier does. Must not break numpy/google style docstrings. Should not break the first line, except if there is multiple sentence then it should take only the first one and...

enhancement

Currently whenever the primer runs it will just remove the directory in which it will clone the necessary repositories. This is to avoid a bug where Github Actions was unable...

maintenance
primer

Was necessary to tests the args parsing with the default value handled by something else than argparse. As we decided in #15 to let the coverage fall a little we...

enhancement
blocked

Syntax checkers do not like variable name inside sentences. Humans can manage, but it's still harder to read. So string like this: should be inside quote: ```python def func(named_parameter: str,...

enhancement

updates: - [github.com/pylint-dev/pylint: v3.2.5 → v3.2.6](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.0)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. Release notes Sourced from actions/upload-artifact's releases. v4.4.0 Notice: Breaking Changes :warning: We will no longer include hidden files and folders by default in the...

dependency