DzmitrySha/python-project-lvl2

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[coverage:run]
branch = True

[flake8]
accept-encodings = utf-8
max-complexity = 10
statistics = False
max-line-length = 80
doctests = True
enable-extensions = G
isort-show-traceback = True

[tool:pytest]
norecursedirs = __pycache__
addopts = --strict-markers
asyncio_mode=auto
;asyncio_mode=strict
;asyncio_mode=legacy

[isort]
# See https://github.com/timothycrosley/isort#multi-line-output-modes
multi_line_output = 3
include_trailing_comma = true
default_section = FIRSTPARTY
# Should be: 80 - 1
line_length = 79