summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* build: move to poetry for dependency management; consolidate more settings in...Jeffrey C. Lerman2023-01-171-74/+1
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-191-0/+1
* test: Fix `exclude_lines` for coverage (#2093)Iwan Aucamp2022-08-231-1/+1
* feat: add type hints for `rdflib.store` and `rdflib.plugins.stores` (#2057)Iwan Aucamp2022-07-301-1/+3
* build: speed up flake8 by ignoring test data (#1970)Iwan Aucamp2022-05-261-1/+5
* Fix `GraphHelper.quad_set` handling of DatasetIwan Aucamp2022-05-161-0/+2
* style: enable and baseline flakeheaven (#1928)Iwan Aucamp2022-05-151-3/+15
* Merge pull request #1855 from aucampia/iwana-20220419T1752-coverage_ignoreIwan Aucamp2022-04-211-0/+6
|\
| * Tell coveragepy to ignore type checking code and `...`Iwan Aucamp2022-04-191-0/+6
* | docs: switch to sphinx-autodoc-typehintsIwan Aucamp2022-04-191-0/+2
|/
* text: fix pytest configIwan Aucamp2022-04-181-14/+0
* style: fix isort configIwan Aucamp2022-04-151-19/+20
* Ignore pyparsing type hintsIwan Aucamp2022-04-101-0/+6
* Add isort (#1689)eggplants2022-02-211-0/+28
* Unify plugin loadingIwan Aucamp2022-01-301-4/+5
* Add typing to rdflib.termIwan Aucamp2022-01-221-0/+6
* Convert translate_algebra tests to pytestIwan Aucamp2021-12-311-3/+0
* Fix typing errors in testsIwan Aucamp2021-12-281-5/+0
* Fix typoAlex Nelson2021-12-211-1/+1
* Fix mypy settings to run select test files in strict modeIwan Aucamp2021-12-191-0/+9
* Change python version used for mypy to 3.7Iwan Aucamp2021-12-161-1/+1
* Ignore some spurious warnings caused by pytestIwan Aucamp2021-11-131-0/+5
* Migrate from nosetest to pytestIwan Aucamp2021-10-241-8/+9
* Use pytest instead of noseNatanael Arndt2021-10-181-2/+1
* Add py.typed as per PEP 561Iwan Aucamp2021-09-211-1/+3
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-0/+1
* Remove mypy from CI pipelines and requirements.dev.txtIwan Aucamp2021-06-031-0/+6
* Remove the path sectionNatanael Arndt2021-03-011-12/+0
* remove outcommented configuration from setup.cfgNatanael Arndt2021-03-011-9/+0
* Move coverage configuration to setup.cfgNatanael Arndt2021-03-011-0/+37
* Move flake8 configNatanael Arndt2021-01-281-0/+5
* remove format_doctest from py3compatGunnar Aastrand Grimnes2017-01-311-0/+2
* remove double exclude line as py3 configparser complains otherwiseJoern Hees2015-03-181-2/+1
* make external_graph_libs tests optional (only run if ext lib is installed)Joern Hees2015-03-181-0/+1
* Revert to mainstream, temporarily suspend doctests.Graham Higgins2013-04-121-6/+4
* Immigrate rdflib-sparql (plus some prefiguring changes)Graham Higgins2013-03-211-1/+1
* Re-enable doctests, adjust docstrings for use with py3compat.Graham Higgins2012-02-181-3/+3
* removed bits that are causing the release to have .dev_r0 tacked on the end o...3.0.0eikeon2010-05-131-4/+0
* added \!manual to setup.cfg; marked failing test cases as known_issueeikeon2009-04-091-1/+1
* annotated tests with attributes known_issue, slow, non_core and sparql to mak...eikeon2009-04-021-2/+3
* figure out how to exclude rdflib.store for now; not sure why it's not ignorin...eikeon2007-03-121-0/+2
* added bit to configure 'setup.py nosetests' to run doc testseikeon2007-03-121-0/+6
* added continuous-releases-using-subversion biteikeon2007-03-111-0/+3