0
0
blender-asset-tracer/setup.cfg
Sybren A. Stüvel e2b2e6fb68 Drop support for Python 3.7
Python 3.7 is EOL, no longer supported.
2023-11-02 15:05:31 +01:00

14 lines
252 B
INI

[tool:pytest]
addopts = -v --cov blender_asset_tracer --cov-report term-missing
[pep8]
max-line-length = 100
[mypy]
# This should match pyproject.toml
python_version = 3.8
warn_redundant_casts = True
ignore_missing_imports = True
incremental = True