mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
36 lines
648 B
INI
36 lines
648 B
INI
|
|
[flake8]
|
||
|
|
ignore = E203
|
||
|
|
max-line-length = 110
|
||
|
|
exclude = .git,__pycache__,.eggs/,dist/,.mypy_cache
|
||
|
|
|
||
|
|
[mypy]
|
||
|
|
check_untyped_defs = True
|
||
|
|
disallow_untyped_calls = True
|
||
|
|
follow_imports = silent
|
||
|
|
strict_optional = True
|
||
|
|
|
||
|
|
[bdist_wheel]
|
||
|
|
universal = 1
|
||
|
|
|
||
|
|
[pycalver]
|
||
|
|
current_version = v201808.0001-beta
|
||
|
|
commit = True
|
||
|
|
tag = True
|
||
|
|
|
||
|
|
[pycalver:file:setup.cfg]
|
||
|
|
patterns =
|
||
|
|
current_version = {version}
|
||
|
|
|
||
|
|
[pycalver:file:setup.py]
|
||
|
|
patterns =
|
||
|
|
__version__ = "{version}"
|
||
|
|
|
||
|
|
[pycalver:file:src/pycalver/__init__.py]
|
||
|
|
patterns =
|
||
|
|
__version__ = "{version}"
|
||
|
|
|
||
|
|
[pycalver:file:README.rst]
|
||
|
|
patterns =
|
||
|
|
badge/CalVer-{calver}{build}-{release}-blue.svg
|
||
|
|
:alt: CalVer {version}
|