Loading pyproject.toml +1 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,6 @@ warn_unused_configs = true [tool.pyright] include = ["wpa_supplicant"] typeCheckingMode = "strict" reportMissingModuleSource = "none" reportRedeclaration = "none" Loading @@ -63,7 +62,7 @@ reportUnusedImport = "warning" [tool.coverage.run] data_file = "results/coverage.db" branch = true source = ["wpa_supplicant"] source = ["kodo"] [tool.coverage.report] precision = 2 Loading Loading
pyproject.toml +1 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,6 @@ warn_unused_configs = true [tool.pyright] include = ["wpa_supplicant"] typeCheckingMode = "strict" reportMissingModuleSource = "none" reportRedeclaration = "none" Loading @@ -63,7 +62,7 @@ reportUnusedImport = "warning" [tool.coverage.run] data_file = "results/coverage.db" branch = true source = ["wpa_supplicant"] source = ["kodo"] [tool.coverage.report] precision = 2 Loading