Skip to content

Commit

Permalink
style: ruff updated to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 12, 2024
1 parent 4e5bb4a commit 54e3df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def convert_oomox_to_base16(
base16_theme[f"themix_{result_key}"] = mix_theme_colors(
base16_theme[f"themix_{in1_key}"],
base16_theme[f"themix_{in2_key}"],
ratio
ratio,
)

# from pprint import pprint; pprint(base16_theme)
Expand Down

0 comments on commit 54e3df2

Please sign in to comment.