Lightning-AI / Lightning-AI/pytorch-lightning
Update the docformatter pre-commit action
@MrShevan is already working on this.
Since Jan 5, 2023.
- Dominant language
- Python
- Stars
- 31.4k
- Forks
- 3.8k
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 6
Description
### Outline & Motivation
docformatter v1.5.1 was released but we are still using v1.4 after we saw issues.
[github.com/PyCQA/docformatter: v1.4 → v1.5.1](https://github.com/PyCQA/docformatter/compare/v1.4...v1.5.1)
### Pitch
Update this line: https://github.com/Lightning-AI/lightning/blob/3326e65bb2f7de2040bdf300dca062c627cdddb1/.pre-commit-config.yaml#L59
To `v1.5.1`
Then resolve the failures caused by the update.
### Additional context
Already attempted in https://github.com/Lightning-AI/lightning/pull/16224 and #15344
cc @borda @carmocca @akihironitta
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.