From bfe8c6159891d109aa2beefbc52a3b9cf3f33a47 Mon Sep 17 00:00:00 2001 From: Paul Tunison Date: Thu, 7 Dec 2023 18:33:14 -0500 Subject: [PATCH] Add python ros nodes to mypy list --- .mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mypy.ini b/.mypy.ini index 64b034c34..c2fb2638b 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -3,7 +3,7 @@ [mypy] # Files/Directories to investigate. -files = angel_system, tests, ros/angel_utils/python/angel_utils +files = angel_system, tests, ros/angel_utils/python/angel_utils, ros/angel_system_nodes/angel_system_nodes # Disable caching incremental = False