This commit is contained in:
2025-11-15 21:40:43 +01:00
parent 03602bd816
commit f1b9eb01c9
9 changed files with 791 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ dependencies = [
"numpy",
"scipy>=1.12.0",
"matplotlib",
"numba",
"numba>=0.6.0",
"tqdm",
"pydantic",
"pydantic-settings",
@@ -38,3 +38,9 @@ select = ["NPY201"]
[tool.ruff.lint.pydocstyle]
convention = "numpy"
[tool.pyright]
exclude = ".venv"
venvPath = "."
venv = ".venv"
typeCheckingMode = "off"