From 44b3fb75b2d2913167865cd60a82494fc0537772 Mon Sep 17 00:00:00 2001 From: Felix Divo Date: Sat, 11 May 2024 20:03:50 +0000 Subject: [PATCH] Try to repair ruff excludes --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7a0ed76..09930c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ testpaths = [ line-length = 110 # The lowest supported version target-version = "py38" +exclude = ["ros_ws/**"] # Gets created by the CI pipeline [tool.ruff.lint] select = ["E", "F", "W", "I", "N", "UP"]