Skip to content
Snippets Groups Projects
Commit a63c6975 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Added configuration for mypy

parent 5ac58524
No related branches found
No related tags found
No related merge requests found
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment