pyproject.toml 107 Bytes
[tool.pytest.ini_options]
pythonpath = "src"

[tool.pyright]
strict = ["src"]
exclude = ["**/__pycache__"]