You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that the keys of `ENV_TO_KEY_MAPPING` (the known environment
variables that need to be transformed) all have one, and only one,
declared transformation mechanism (as `BOOL_KEYS`, `STRING_KEYS`, ...)
Use type hints to ensure the members of these lists are valid keys of
`ENV_TO_KEY_MAPPING` -- this is not quite the same assertion as the
tests, but provides immediate feedback when making a typo.
0 commit comments