DEBSOURCES
Skip Quicknav
sources / python-colorlog / 6.9.0-1 / setup.cfg
1234567891011
[flake8] exclude = .tox,.venv ignore = W503 max-line-length = 88 [tool:pytest] addopts = -p no:logging [mypy] files = colorlog,doc ignore_missing_imports = True