Sybren A. Stüvel 16521f5fc5 Removed logging options from setup.cfg again
The % symbols confuse setup.py when running 'setup.py sdist bdist_wheel',
and I couldn't quickly figure out how to escape those properly.
2018-11-27 15:59:43 +01:00

14 lines
254 B
INI

[tool:pytest]
addopts = -v --cov blender_asset_tracer --cov-report term-missing
[pep8]
max-line-length = 100
[mypy]
# matches the latest Blender release
python_version = 3.5
warn_redundant_casts = True
ignore_missing_imports = True
incremental = True