Files
fastapi-users/setup.cfg
2021-04-20 14:40:57 +02:00

27 lines
413 B
INI

[bumpversion]
current_version = 5.1.4
commit = True
tag = True
[bumpversion:file:fastapi_users/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
[flake8]
exclude = docs
max-line-length = 88
docstring-convention = numpy
ignore = D1
[isort]
profile = black
[tool:pytest]
addopts = --ignore=test_build.py
markers =
authentication
db
fastapi_users
oauth
router