summaryrefslogtreecommitdiff
path: root/rdflib/plugins/serializers/jsonld.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-1/+1
| | | | | This change removes the redundant inheritance from `object` (i.e. `class Foo(object): pass`) that is no longer needed in Python 3 and is a relic from Python 2.
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-5/+5
| | | | for more information, see https://pre-commit.ci
* modernize warning string constructionGraham Higgins2021-12-121-2/+1
|
* Flak8 improvementsnicholascar2021-12-071-10/+10
|
* blacked parsers & serializersnicholascar2021-12-071-1/+1
|
* Add type hintsIwan Aucamp2021-10-241-2/+9
| | | | | | | This commit only adds type hints and comments and does not make any changes that should affect runtime. The type hints added here derive from work done for #1418.
* remove bad doctest declarations that are no longer required, were causing ↵Ashley Sommer2021-07-091-5/+1
| | | | subsequent tests to fail
* integrate jsonld code into rdflib coreAshley Sommer2021-07-071-0/+386