I noticed there's a documentation mismatch for the config option `--check-style-mismatch` https://github.com/jsh9/pydoclint/blob/main/docs/config_options.md defines it to be default `True`, however [Style Mismatch](https://jsh9.github.io/pydoclint/style_mismatch.html#3-can-i-turn-this-off) says it's defaulting to `False` Running pydoclint on my own code, it'd appear to be `False` by default, and setting the flag in `pyproject.toml` enables it, as expected.