pycodestyle
pycodestyle copied to clipboard
Docu: missing return values for Checker.check_all()
The docu on source and on readthedocs is unclear about if and what Checker.check_all() returns.
Of course I can read the source and find the answer. But it would easier for all users if all classes and methods would provide a full documentation in the docstring on all arguments, return values and raised exceptions.