From 0e953095d80f515be3c7297f68d32330231938be Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 1 Dec 2024 18:36:11 -0800 Subject: [PATCH] Maybe working now? --- python/pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 2d18ec53..8475104f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -82,10 +82,7 @@ docstring-code-format = false docstring-code-line-length = "dynamic" [tool.mypy] -exclude = [ - "/venv/", - "/tetra3/" -] +exclude = "venv|tetra3" # Start off with these warn_unused_configs = true warn_redundant_casts = true @@ -126,6 +123,7 @@ module = [ 'sklearn.*', 'PyHotKey.*', 'PiFinder.tetra3.*', + 'tetra3.*', 'grpc', 'ceder_detect_pb2', 'RPi.*',