pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

Docu: missing return values for Checker.check_all()

Open buhtz opened this issue 5 years ago • 0 comments

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.

buhtz avatar May 17 '20 21:05 buhtz