pyproject.toml 107 Bytes EditWeb IDE 1 2 3 4 5 6 [tool.pytest.ini_options] pythonpath = "src" [tool.pyright] strict = ["src"] exclude = ["**/__pycache__"]