This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flamenco-worker/setup.cfg

12 lines
238 B
INI

[tool:pytest]
addopts = -v --cov flamenco_worker --cov-report term-missing --ignore node_modules -x
[mypy]
python_version = 3.5
warn_unused_ignores = True
ignore_missing_imports = True
follow_imports = skip
[pep8]
max-line-length = 100