golemfactory / yapapi

Python high-level API for Golem.
https://yapapi.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
48 stars 23 forks source link

Add missing docstrings #1087

Open approxit opened 1 year ago

approxit commented 1 year ago

As #1086 introduced unified scripts in task runners, flake8 is rising additional errors that were not looked before. Errors D100, D101, D102, D103, D106 were marked as ignored, to keep #1086 as compact as possible, but its not ideal.

Mentioned errors should be removed from ignore list, and raised problems with missing docs should be prepared to satisfy flake8.