diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..488bef42d6de276d3fa45fd4e0559323554f2cda --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[tool.pytest.ini_options] +pythonpath = "src" + +[tool.pyright] +strict = ["src"] +exclude = ["**/__pycache__"]