containerbuildsystem / cachi2

GNU General Public License v3.0
7 stars 25 forks source link

Enable typing for PipRequirement.from_line class method #485

Open eskultety opened 5 months ago

eskultety commented 5 months ago

We purposefully don't enable typing for the PipRequirement.from_line class method in https://github.com/containerbuildsystem/cachi2/blob/main/cachi2/core/package_managers/pip.py as there seem to be quite a few problems. We should be able to fix those and enable type annotations though.