Skip to content

Commit 3af8eec

Browse files
author
ks6088ts
committed
ignore some rules
1 parent 917565d commit 3af8eec

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
## Application Insights
2020

2121
- [Application Insights の概要 - OpenTelemetry の可観測性](https://learn.microsoft.com/ja-jp/azure/azure-monitor/app/app-insights-overview)
22+
- [open-telemetry/opentelemetry-python > Basic Trace](https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/basic_tracer)
2223
- [FastAPI のテレメトリデータを Azure Application Insights に送る](https://qiita.com/hoto17296/items/2f366dfabdbe3d1d4e97)
2324
- [【Azure Functions】 - Application Insights のログが表示されない問題](https://zenn.dev/headwaters/articles/ff19f7e1b99b44)
2425
- [opentelemetry-instrumentation-fastapi (python) から OpenTelemetry に入門する](https://zenn.dev/taxin/articles/opentelemetry-fast-api-instrumentation-basics)

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ show_missing = true
5454

5555
[tool.ty]
5656
environment = { python-version = "3.10" }
57+
58+
[tool.ty.rules]
59+
unresolved-attribute = "ignore" # Ignore unresolved attributes in classes
60+
possibly-unbound-attribute = "ignore" # Ignore possibly unbound attributes in classes

0 commit comments

Comments
 (0)