sarugaku / resolvelib

Resolve abstract dependencies into concrete ones
ISC License
138 stars 31 forks source link

resolvelib/providers.pyi: add hint for `backtrack_causes` #105

Closed woodruffw closed 2 years ago

woodruffw commented 2 years ago

This is based on my reading of the docs:

        :param backtrack_causes: Sequence of requirement information that were
            the requirements that caused the resolver to most recently backtrack.

Closes #104.

Signed-off-by: William Woodruff william@trailofbits.com

pradyunsg commented 2 years ago

Thanks for catching this inconsistency @woodruffw!

woodruffw commented 2 years ago

Thanks for the merge! No rush at all, but a patch release so that I could update pip-audit's typing would be greatly appreciated 🙂