Add pyright config to pyproject
Committed b7cf08
--- a/pyproject.toml
+++ b/pyproject.toml
authors = ["Angelo Gladding <angelo@ragt.ag>"]
license = "AGPL-3.0-or-later"
+[tool.pyright]
+reportGeneralTypeIssues = false
+reportOptionalMemberAccess = false
+
[tool.poetry.plugins."websites"]
understory = "understory.__web__:app"