docformatter
docformatter copied to clipboard
Release v1.5.0
All PRs that have been open for the past several years have been merged. Tag v1.5.0-rc1 is the latest.
To use v1.5.0-rc1 in your .pre-commit-config.yaml
:
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.0-rc1
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: [--in-place, --config, ./pyproject.toml]
To install v1.5.0-rc1 using pip:
python -m pip install git+https://github.com/PyCQA/[email protected]
I will be out of pocket until August 19, 2022. Rather than risk a broken package on PyPI for six days, I'll release v1.5.0 when I return and am able to address any problems in a timely manner.