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.
1 parent 4a06c4d commit 78526e4Copy full SHA for 78526e4
pyproject.toml
@@ -31,6 +31,7 @@ ignore = [
31
"docs/**/*.*" = ["A001"]
32
33
[tool.ruff.lint.isort]
34
+required-imports = ["from __future__ import annotations"]
35
detect-same-package = false # to not consider instrumentation packages as first-party
36
known-first-party = ["opentelemetry"]
37
known-third-party = [
0 commit comments