tidypy
tidypy copied to clipboard
A tool that executes a suite of static analysis tools upon a Python project.
The Configuration section of the README currently says "TODO", and the command `tidypy default-config` doesn't even tell me what filename to use for the config it prints to stdout. How...
Hi, I think the Pylint error `Missing module docstring (pylint:missing-docstring)` has to be merge with `Missing docstring in public package (pydocstyle:D100)` to `Missing docstring in public module (pydocstyle:D104)`. Maybe pydocstyle...
pylint has an option to disable specific checks for an entire file py if there's a `# pylint: disable` at the top of a file. It would be handy to...
Need to add documentation (docstrings, readme) for all the classes/functions considered to be the "public" API.