Repository URL to install this package:
|
Version:
0.6.9.post12 ▾
|
faust-streaming
/
setup.cfg
|
|---|
[bumpversion]
current_version = 0.6.9.post12
[flake8]
ignore = W503, E203, B305
max-line-length = 88
[mypy]
disallow_untyped_defs = True
ignore_missing_imports = True
[mypy-tests.*]
disallow_untyped_defs = False
[tool:isort]
profile = black
combine_as_imports = True
[tool:pytest]
addopts =
--cov-report=term-missing:skip-covered
--cov=faust
-rxXs
--strict-config
--strict-markers
xfail_strict = True
[egg_info]
tag_build =
tag_date = 0