fix: resolve basedpyright errors in aruco and tests

This commit is contained in:
2026-02-07 09:00:07 +00:00
parent 4fc8de4bdc
commit 8f6aee7f22
4 changed files with 59 additions and 46 deletions
+11
View File
@@ -21,6 +21,7 @@ dependencies = [
"pandas>=3.0.0",
"scipy>=1.17.0",
"typeguard>=4.4.4",
"matplotlib>=3.10.8",
]
[tool.uv.sources]
@@ -29,6 +30,7 @@ pyzed = { path = "libs/pyzed_pkg" }
[dependency-groups]
dev = [
"basedpyright>=1.37.4",
"pylint>=4.0.4",
"pytest>=9.0.2",
]
@@ -36,3 +38,12 @@ dev = [
testpaths = ["tests"]
norecursedirs = ["loguru", "tmp", "libs"]
[tool.basedpyright]
exclude = [
"libs",
"loguru",
"tmp",
".venv",
"ogl_viewer",
]