just a small hint

This commit is contained in:
Benedikt Bartscher 2024-10-21 23:07:06 +02:00
parent 27edea4320
commit 83b2f2ef21
No known key found for this signature in database

View File

@ -157,6 +157,7 @@ def get_default_value_for_field(field: dataclasses.Field) -> Any:
)
# TODO: Change all interpret_.* signatures to value: str, field: dataclasses.Field once we migrate rx.Config to dataclasses
def interpret_boolean_env(value: str, field_name: str) -> bool:
"""Interpret a boolean environment variable value.