2019-07-25 01:15:32 +02:00
|
|
|
[bumpversion]
|
2023-06-30 23:12:40 +02:00
|
|
|
current_version = 0.50.2
|
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]
|
2022-12-16 23:20:26 +01:00
|
|
|
description_file = README.md
|
2022-04-04 17:21:47 +02:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
max-line-length = 120
|
2023-06-28 02:23:09 +02:00
|
|
|
extend-ignore =
|
|
|
|
E203
|
2022-06-01 23:00:52 +02:00
|
|
|
W503
|
2022-06-02 00:13:43 +02:00
|
|
|
SIM105
|
2023-06-28 02:23:09 +02:00
|
|
|
|