summaryrefslogtreecommitdiff
path: root/rdflib/plugins/stores/regexmatching.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix/ignore flake8 errors in store related code (#1971)Iwan Aucamp2022-05-261-3/+3
| | | | | | | | This patch adds ignores for flake8 errors in store related code, it also removes one unused import in `rdflib/plugins/stores/sparqlconnector.py`. Mainly doing this in preparation for adding typing to `rdflib/store.py` which will invalidate large parts of the flakeheaven baseline there.
* Merge remote-tracking branch 'upstream/master' into default_prefixesIwan Aucamp2022-04-151-4/+3
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-4/+3
| | | | | | | | for more information, see https://pre-commit.ci
* | Fix issues with NamespaceManager.bindIwan Aucamp2022-03-311-2/+2
| | | | | | | | | | | | replace and override handling is now correct as far as I can tell. Also added some tests.
* | ensure all core Stores contain prefix replace optionnicholascar2022-03-301-2/+2
|/
* blacked all python filesNicholas Car2020-05-161-30/+40
|
* removal of all uses of package sixNicholas Car2020-05-161-3/+3
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-8/+9
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
| | | | now six is used throughout.
* converted storesGunnar Aastrand Grimnes2017-01-301-2/+5
|
* cleaned up trailing whitespaceGunnar Aastrand Grimnes2015-11-221-1/+1
|
* removed abstract-sql store and associated classesGunnar Aastrand Grimnes2013-05-011-2/+1
|
* Add some storage conveniencesGraham Higgins2013-03-211-0/+162