diff --git a/pyproject.example.toml b/pyproject.example.toml index c720603..e6282fb 100644 --- a/pyproject.example.toml +++ b/pyproject.example.toml @@ -75,6 +75,15 @@ mark-parentheses = false [tool.ruff.lint.pyupgrade] keep-runtime-typing = true +[tool.pyright] +typeCheckingMode = "standard" +reportPrivateImportUsage = false +reportShadowedImports = false +disableBytesTypePromotions = true + +pythonPlatform = "All" +pythonVersion = "3.8 + [build-system] requires = ["poetry_core>=1.0.0"] build-backend = "poetry.core.masonry.api"