2019-07-25 01:15:32 +02:00
|
|
|
[bumpversion]
|
2022-09-19 20:41:02 +02:00
|
|
|
current_version = 0.23.6
|
2019-07-25 01:15:32 +02:00
|
|
|
commit = True
|
2019-07-25 01:15:38 +02:00
|
|
|
tag = True
|
2019-07-25 01:15:32 +02:00
|
|
|
|
2017-12-11 20:41:50 +01:00
|
|
|
[metadata]
|
|
|
|
description-file = README.md
|
2022-04-04 17:21:47 +02:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
max-line-length = 120
|
2022-06-02 00:13:43 +02:00
|
|
|
extend-ignore =
|
|
|
|
E203
|
2022-06-01 23:00:52 +02:00
|
|
|
W503
|
2022-06-02 00:13:43 +02:00
|
|
|
SIM105
|