diff --git a/pyproject.toml b/pyproject.toml index c56a288..12d4d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,3 +8,6 @@ errornocord = "errornocord.main:main" [tool.setuptools.packages.find] where = ["."] include = ["errornocord*"] + +[tool.basedpyright] +typeCheckingMode = "basic"