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

Fix mypy errors in excluded paths #1088

Open approxit opened 1 year ago

approxit commented 1 year ago

As #1086 introduced unified scripts in task runners, mypy is rising additional errors that were not looked before. Paths examples and tests were marked as ignored, to keep #1086 as compact as possible, but its not ideal.

Mentioned paths should be removed from exclude list, and raised problems with type errors should be resolved to satisfy mypy.