diff --git a/pyproject.toml b/pyproject.toml index 325830d..41b6e2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,13 +76,6 @@ packages = ["src/async_wrapper"] [tool.hatch.build.targets.sdist] include = ["src/async_wrapper"] -[tool.pyright] -include = ["src", "tests"] -pythonVersion = '3.8' -pythonPlatform = 'Linux' -diagnostic = 'strict' -reportPrivateUsage = false - [tool.pytest.ini_options] addopts = "-n 4 --cov=src/async_wrapper --cov-report html --cov-report=xml" testpaths = ["src/tests"]