We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e19a23 + 383783c commit b776582Copy full SHA for b776582
crossplane/function/runtime.py
@@ -83,7 +83,6 @@ def serve(
83
if creds is not None:
84
server.add_secure_port(address, creds)
85
86
- # TODO(negz): Does this override add_secure_port?
87
if insecure:
88
server.add_insecure_port(address)
89
pyproject.toml
@@ -103,7 +103,7 @@ ignore = ["ISC001"] # Ruff warns this is incompatible with ruff format.
103
"tests/*" = ["D"] # Don't require docstrings for tests.
104
105
[tool.ruff.isort]
106
-known-first-party = ["function"]
+known-first-party = ["crossplane"]
107
108
[tool.ruff.lint.pydocstyle]
109
convention = "google"
0 commit comments