Skip to content

Commit

Permalink
lint: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis kahoro committed Jun 21, 2023
1 parent cfadbc7 commit 7cc0323
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions scripts/gen_theme_previews.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
def get_all_input_files(
input_dir: str,
) -> list[str]:
"""Parameters
"""
Parameters
----------
input_dir :
Expand All @@ -24,7 +25,8 @@ def get_all_input_files(
def ensure_output_dir(
output_dir: str,
) -> None:
"""Parameters
"""
Parameters
----------
output_dir :
"""
Expand All @@ -38,7 +40,8 @@ def add_color_to_dict(
key: str,
prefix: str | None = None,
) -> None:
"""Parameters
"""
Parameters
----------
output :
obj :
Expand All @@ -54,7 +57,8 @@ def get_color_dict(
input_dir: str,
file_name: str,
) -> dict[str, str]:
"""Parameters
"""
Parameters
----------
input_dir :
file_name :
Expand Down Expand Up @@ -84,7 +88,8 @@ def get_color_dict(
def file_name_to_display(
file_name: str,
) -> str:
"""Parameters
"""
Parameters
----------
file_name :
Expand All @@ -105,7 +110,8 @@ def gen_svg_for_theme(
color_dict: dict[str, str],
svg_template: str,
) -> str:
"""Parameters
"""
Parameters
----------
color_dict :
svg_template :
Expand Down

0 comments on commit 7cc0323

Please sign in to comment.