fix: add github workflow
This commit is contained in:
@@ -37,5 +37,21 @@ build-backend = "uv_build"
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ipykernel>=6.30.1",
|
||||
"pyright>=1.1.406",
|
||||
"pytest>=8.4.2",
|
||||
"ruff>=0.13.3",
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
pythonVersion = "3.11"
|
||||
typeCheckingMode = "basic"
|
||||
reportMissingImports = "none"
|
||||
reportMissingModuleSource = "none"
|
||||
useLibraryCodeForTypes = true
|
||||
include = ["src"]
|
||||
|
||||
[tool.ruff]
|
||||
# Keep defaults and additionally ignore notebooks
|
||||
extend-exclude = [
|
||||
"**/*.ipynb",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user