pypi-list/setup.cfg
2021-06-25 07:12:02 -05:00

13 lines
234 B
INI

[bumpversion]
current_version = 0.2.0
commit = True
tag = True
[bumpversion:file:setup.py]
[bumpversion:file:pypi_list/__init__.py]
[flake8]
ignore = E203, E266, E501, W503, E231, F541
max-line-length = 88
select = B,C,E,F,W,T4,B9