refactor(pyproject): set typeCheckingMode to basic

This commit is contained in:
2026-04-11 18:47:55 -04:00
parent 8194268ce1
commit 0a80999ca7

View File

@@ -8,3 +8,6 @@ errornocord = "errornocord.main:main"
[tool.setuptools.packages.find]
where = ["."]
include = ["errornocord*"]
[tool.basedpyright]
typeCheckingMode = "basic"