Update black hook for Python 3.14 (#857)

* Update pre-commit black to latest release

* Reformat Python files for new black version
This commit is contained in:
Musa 2026-03-31 16:18:45 -04:00 committed by GitHub
parent f019f05738
commit 82f34f82f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 38 additions and 34 deletions

View file

@ -12,7 +12,6 @@ from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExport
from opentelemetry.sdk.trace.export import BatchSpanProcessor
from opentelemetry.sdk.resources import Resource
resource = Resource.create(
{
"service.name": "weather-forecast-service",