summaryrefslogtreecommitdiff
path: root/testing/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* private configruation moduleRonny Pfannschmidt2023-01-311-1/+1
* introduce config overriesRonny Pfannschmidt2023-01-181-0/+23
* fix #738: protect relative_to of Configuration.from_fileRonny Pfannschmidt2022-07-011-0/+23
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-0/+2
* complete mypy transformationRonny Pfannschmidt2022-05-291-4/+5
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-1/+3
* LintDominic Davis-Foster2021-07-111-2/+1
* Use UTF-8 encoding when reading pyproject.tomlDominic Davis-Foster2021-07-111-1/+13
* style: run pre-commitHenry Schreiner2021-03-161-2/+0
* Extract version correctly from tags with a single digit.Diego Elio Pettenò2020-03-251-0/+5
* fix #395: correctly transfer tag regex in the Configuration constructorfix-395-pass-in-tag-regexRonny Pfannschmidt2020-01-191-1/+7
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-241-3/+2
* Restore Python 2.7 compatibilityJason R. Coombs2019-11-241-0/+2
* Fade to blackJason R. Coombs2019-11-241-2/+2
* Move section to `tool:` namespaceJason R. Coombs2019-11-231-1/+1
* Illustrate how reading the config from a file might operate.feature/declarative-configJason R. Coombs2019-10-211-0/+7
* fix #292 - support for uppercase leading v character in tag version extractio...Ronny Pfannschmidt2018-07-301-0/+2
* fix #284 - allow dashes in default tag prefixes againRonny Pfannschmidt2018-07-231-0/+18