Skip to content

Commit d140f44

Browse files
committed
Use crossplane.* as known first party import
Signed-off-by: Nic Cope <[email protected]>
1 parent 8e19a23 commit d140f44

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
@@ -103,7 +103,7 @@ ignore = ["ISC001"] # Ruff warns this is incompatible with ruff format.
103103
"tests/*" = ["D"] # Don't require docstrings for tests.
104104

105105
[tool.ruff.isort]
106-
known-first-party = ["function"]
106+
known-first-party = ["crossplane"]
107107

108108
[tool.ruff.lint.pydocstyle]
109109
convention = "google"

0 commit comments

Comments
 (0)