We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974bdc4 commit 5fe3b5cCopy full SHA for 5fe3b5c
1 file changed
pyproject.toml
@@ -79,7 +79,7 @@ packages = ["crossplane"]
79
80
[tool.ruff]
81
target-version = "py311"
82
-exclude = ["crossplane/function/proto/*"]
+exclude = ["crossplane/function/proto/*", "tests/testdata/*"]
83
lint.select = [
84
"A",
85
"ARG",
0 commit comments