Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add typing for rdflib/plugins/sparql #1926

Merged
merged 2 commits into from
May 15, 2022

Commits on May 15, 2022

  1. Add typing for rdflib/plugins/sparql

    This patch adds typing to two files and changes imports so that they are
    more specific to the module in which classes are defined.
    
    This patch contains no runtime changes.
    
    I'm adding this to make it easier to spot bugs in new PRs to SPARQL
    code.
    aucampia committed May 15, 2022
    Configuration menu
    Copy the full SHA
    165b3c0 View commit details
    Browse the repository at this point in the history
  2. Disable some pep8-naming errors for rdflib/plugins/sparql/*

    Changing these names now will break our interface, so best to just
    accept the broken naming there.
    aucampia committed May 15, 2022
    Configuration menu
    Copy the full SHA
    34b5094 View commit details
    Browse the repository at this point in the history