6
0
Fork 0
This repository has been archived on 2023-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
cavemanon-wagtail-personali.../setup.cfg

34 lines
494 B
INI

[bumpversion]
current_version = 0.15.3
commit = true
tag = true
tag_name = {new_version}
[tool:pytest]
DJANGO_SETTINGS_MODULE = tests.settings
minversion = 3.0
strict = true
django_find_project = false
testpaths = tests
python_paths = .
[flake8]
ignore = E731,W503
max-line-length = 120
exclude =
src/**/migrations/*.py
[isort]
profile = black
[wheel]
universal = 1
[coverage]
include = src/**/
omit = src/**/migrations/*.py
[bumpversion:file:setup.py]
[bumpversion:file:docs/conf.py]