Use crossplane.* as known first party import
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
8e19a23e47
commit
d140f44d82
|
@ -103,7 +103,7 @@ ignore = ["ISC001"] # Ruff warns this is incompatible with ruff format.
|
||||||
"tests/*" = ["D"] # Don't require docstrings for tests.
|
"tests/*" = ["D"] # Don't require docstrings for tests.
|
||||||
|
|
||||||
[tool.ruff.isort]
|
[tool.ruff.isort]
|
||||||
known-first-party = ["function"]
|
known-first-party = ["crossplane"]
|
||||||
|
|
||||||
[tool.ruff.lint.pydocstyle]
|
[tool.ruff.lint.pydocstyle]
|
||||||
convention = "google"
|
convention = "google"
|
||||||
|
|
Loading…
Reference in New Issue