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 6a85b4b commit e66f180Copy full SHA for e66f180
microbootstrap/instruments/health_checks_instrument.py
@@ -7,8 +7,8 @@
7
8
9
class HealthCheckTypedDict(typing_extensions.TypedDict, total=False):
10
- service_version: typing.Optional[str] # noqa: UP007 (Litestar fails to build OpenAPI schema on Python 3.9)
11
- service_name: typing.Optional[str] # noqa: UP007 (Litestar fails to build OpenAPI schema on Python 3.9)
+ service_version: typing.Optional[str] # noqa: UP045 (Litestar fails to build OpenAPI schema on Python 3.9)
+ service_name: typing.Optional[str] # noqa: UP045 (Litestar fails to build OpenAPI schema on Python 3.9)
12
health_status: bool
13
14
0 commit comments