Skip to content

Commit

Permalink
Don't lint (generated) testdata
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cope <[email protected]>
  • Loading branch information
negz committed Oct 10, 2024
1 parent 974bdc4 commit 5fe3b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5fe3b5c

Please sign in to comment.