Description
Howdy, I have a lot of project repos using pre-commit which usually means using doc8 for readme files, etc. Normally it works fine, however, using it with a more complex document structure using include files, it fails to selectively ignore specific errors.
Currently I'm using global ignore for D000 but that's not what I want, and I can't seem to make ignore-path-errors
work at all, with either relative or absolute paths. Things I tried:
- moved config from pyproject.toml to tox.ini file
- made sure pre-commit config only uses --config arg
- set pre-commit version to latest doc8 hash on master
In this case, the doc repo belongs to a customer so I can't share it, but the doc tree was derived from this template which probably doesn't help much beyond "this is the basic project workflow".
AFAICT there is not any explicit support for link checking across document files? (that is a question) So the alternative for me is a working ignore-path-errors
feature. Thanks!
Activity