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

13 lines
254 B
INI

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