From 5fe3b5c9e0cb4b020ece3e188ef1a95858af049e Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Wed, 9 Oct 2024 10:37:28 -0700 Subject: [PATCH] Don't lint (generated) testdata Signed-off-by: Nic Cope --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb5a19e..08a6eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ packages = ["crossplane"] [tool.ruff] target-version = "py311" -exclude = ["crossplane/function/proto/*"] +exclude = ["crossplane/function/proto/*", "tests/testdata/*"] lint.select = [ "A", "ARG",