You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
platypush/setup.cfg

14 lines
161 B

[bumpversion]
current_version = 0.24.5
commit = True
tag = True
[metadata]
description_file = README.md
[flake8]
max-line-length = 120
ignore =
SIM105
W503