doc8
doc8 copied to clipboard
add a fix option to fix small corrections ?
I'm using the pre-commit hook of this repository and some of the errors pointed by doc8 are super simple to correct (I'm thonking about trailing whitespace and missing return at end of file.
How hard would it be to modify the files on the fly ? the same way, black and ruff are actually fixing some issues automatically.