pyproject.toml 107 Bytes
Newer Older
Adam Blank's avatar
Adam Blank committed
1
2
3
4
5
6
[tool.pytest.ini_options]
pythonpath = "src"

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