Sybren A. Stüvel 03fa3f2d18 Drop support for Python 3.8
It is EOL and no longer supported by the Python foundation.

Also it is getting in the way of upgrading Sphinx.
2025-06-16 11:51:09 +02: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.9
warn_redundant_casts = True
ignore_missing_imports = True
incremental = True