mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 07:29:42 +00:00
28 lines
443 B
INI
28 lines
443 B
INI
[bumpversion]
|
|
current_version = 0.1.0
|
|
commit = True
|
|
tag = True
|
|
tag_name = {new_version}
|
|
|
|
[aliases]
|
|
test = pytest
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
|
|
[coverage:run]
|
|
branch = True
|
|
source = src/synthale
|
|
|
|
[flake8]
|
|
exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,setup.py,docs
|
|
show-source = True
|
|
ignore = W504,D105
|
|
count = True
|
|
|
|
[bumpversion:file:setup.py]
|
|
|
|
[bumpversion:file:src/synthale/__init__.py]
|
|
|
|
[bumpversion:file:docs/conf.py]
|
|
|