pypi-list/setup.cfg
2021-06-25 08:26:39 -05:00

15 lines
269 B
INI

[bumpversion]
current_version = 0.3.0
commit = True
tag = True
[bumpversion:file:setup.py]
[bumpversion:file:pyproject.toml]
[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