added strict mypy checks
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
||||
|
||||
|
||||
def check_env(
|
||||
var_list: str | list[str],
|
||||
var_list: str | set[str] | list[str] | tuple[str, ...],
|
||||
missing_ok: bool = False,
|
||||
) -> None:
|
||||
"""Check if environment variables are set.
|
||||
|
||||
Reference in New Issue
Block a user