feat: add type hints to rdflib.query
and related by aucampia · Pull Request #2097 · RDFLib/rdflib (original) (raw)
Summary of changes
Add type hints to rdflib.query
and result format implementations, also
add/adjust ignores and type hints in other modules to accomodate the
changes.
This does not include any runtime changes.
For a compact diff that excludes non-runtime code, see this.
Checklist
- Checked that there aren't other open pull requests for
the same change. - Checked that all tests and type checking passes.
- For changes that have a potential impact on users of this project:
- Considered updating our changelog (
CHANGELOG.md
).
- Considered updating our changelog (
- Considered granting push permissions to the PR branch,
so maintainers can fix minor issues and keep your PR up to date.