all repos — mycal @ b0db5da0bbc4fade76ad3c19b99dd64cbde510b1

private calendar anonymiser

add types

Alan Pearce
commit

b0db5da0bbc4fade76ad3c19b99dd64cbde510b1

parent

3171ac84a49eb931f1428f91426ecdceac30c07e

1 file changed, 11 insertions(+), 0 deletions(-)

changed files
M pyproject.tomlpyproject.toml
@@ -20,3 +20,14 @@
[tool.poetry] name = "mycal" version = "0.1.0" + +[tool.basedpyright] +include = ["src"] +exclude = [ + "**/__pycache__", +] +reportMissingImports = "error" +reportMissingTypeStubs = false + +pythonVersion = "3.13" +pythonPlatform = "Linux"