2016-08-31 11:28:38 +02:00
|
|
|
[tool:pytest]
|
2017-03-22 15:46:24 +01:00
|
|
|
addopts = -v --cov pillar --cov-report term-missing --ignore node_modules
|
|
|
|
|
|
|
|
[mypy]
|
|
|
|
python_version = 3.6
|
|
|
|
warn_unused_ignores = True
|
|
|
|
ignore_missing_imports = True
|
|
|
|
follow_imports = skip
|
2016-04-25 16:43:09 +02:00
|
|
|
|
|
|
|
[pep8]
|
|
|
|
max-line-length = 100
|