github: add workflows to check formatting and typecheck

This commit is contained in:
David Soria Parra
2024-10-11 11:31:56 +01:00
parent fd68df6687
commit 211b5f069a
5 changed files with 555 additions and 6 deletions

View File

@@ -38,5 +38,8 @@ target-version = "py38"
[tool.uv]
dev-dependencies = [
"pyright>=1.1.384",
"pytest>=8.3.3",
"ruff>=0.6.9",
"trio>=0.26.2",
]