misc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user