forked from platypush/platypush
14 lines
176 B
INI
14 lines
176 B
INI
[bumpversion]
|
|
current_version = 0.24.5
|
|
commit = True
|
|
tag = True
|
|
|
|
[metadata]
|
|
description_file = README.md
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
extend-ignore =
|
|
E203
|
|
W503
|
|
SIM105
|