From 270ca8b5a9b0beef4c45aef3a03e823338990e64 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Tue, 17 Dec 2024 09:55:22 -0900 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index beb35ef4c..5b7617bf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,20 +1,12 @@ +[project] +requires-python = "==3.9" + [tool.ruff] line-length = 120 src = [ "apps", - "apps/api/src", - "apps/check-processing-time/src", - "apps/get-files/src", - "apps/handle-batch-event/src", - "apps/set-batch-overrides/src", - "apps/scale-cluster/src", - "apps/start-execution-manager/src", - "apps/start-execution-worker/src", - "apps/disable-private-dns/src", - "apps/update-db/src", - "apps/upload-log/src", - "lib/dynamo", - "lib/lambda_logging", + "**/src", + "lib/*", "tests", ]