Use crossplane.* as known first party import

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2023-11-19 14:04:22 -08:00
parent 8e19a23e47
commit d140f44d82
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ ignore = ["ISC001"] # Ruff warns this is incompatible with ruff format.
"tests/*" = ["D"] # Don't require docstrings for tests.
[tool.ruff.isort]
known-first-party = ["function"]
known-first-party = ["crossplane"]
[tool.ruff.lint.pydocstyle]
convention = "google"