Skip to content

Commit 5fe3b5c

Browse files
committed
Don't lint (generated) testdata
Signed-off-by: Nic Cope <[email protected]>
1 parent 974bdc4 commit 5fe3b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ packages = ["crossplane"]
7979

8080
[tool.ruff]
8181
target-version = "py311"
82-
exclude = ["crossplane/function/proto/*"]
82+
exclude = ["crossplane/function/proto/*", "tests/testdata/*"]
8383
lint.select = [
8484
"A",
8585
"ARG",

0 commit comments

Comments
 (0)