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 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.