refactor: pass Ruff lint rules

This commit is contained in:
Nathaniel Landau
2023-02-03 13:32:19 -05:00
parent 90b737f7b3
commit 0de95a4be4
10 changed files with 60 additions and 41 deletions

View File

@@ -63,7 +63,7 @@ def dict_contains(
def dict_values_to_lists_strings(dictionary: dict, strip_null_values: bool = False) -> dict:
"""Converts all values in a dictionary to lists of strings.
"""Convert all values in a dictionary to lists of strings.
Args:
dictionary (dict): Dictionary to convert
@@ -101,7 +101,7 @@ def dict_values_to_lists_strings(dictionary: dict, strip_null_values: bool = Fal
def docstring_parameter(*sub: Any) -> Any:
"""Decorator to replace variables within docstrings.
"""Replace variables within docstrings.
Args:
sub (Any): Replacement variables