Eric

Results 4 comments of Eric

I agree that it makes sense to drop Python 2.x support. I'm looking forward to helping out!

I found that the following *does* work in `pyproject.toml` when using doc8 0.11.1 with tomli installed: ``` [tool.doc8] ignore_path = ["docs/build"] ``` `argparse.ArgumentParser` replaces hyphens in argument names with underscores....