Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent bd18e35 commit 1f8ccaf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/ecpac/icons.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
"""Unicode emojis used as icons."""

ICON_CHECK = "\U00002705" # Check Mark
ICON_CROSS = "\U0000274C" # Cross Mark
ICON_FOLDER = "\U0001F4C1" # File Folder
ICON_FILE = "\U0001F4C4" # Page Facing Up
ICON_JOB = "\U0001F4C3" # Page with Curl
ICON_IMAGE = "\U0001F5BC" # Frame with Picture
ICON_CPAC = "\U0001F4BE" # Floppy Disk
ICON_MEMORY = "\U0001F4C8" # Chart with Upwards Trend
ICON_THREADS = "\U0001F4E1" # Electric Plug
ICON_DURATION = "\U0001F552" # Clock
ICON_SAVE = "\U0001F4BE" # Floppy Disk
ICON_EXTRA_ARGS = "\U0001F4AC" # Speech Balloon
ICON_PIPELINE = "\U0001F6B0" # Hammer and Wrench
ICON_ANALYSIS_LEVEL = "\U0001F4C8" # Chart with Upwards Trend
ICON_CROSS = "\U0000274c" # Cross Mark
ICON_FOLDER = "\U0001f4c1" # File Folder
ICON_FILE = "\U0001f4c4" # Page Facing Up
ICON_JOB = "\U0001f4c3" # Page with Curl
ICON_IMAGE = "\U0001f5bc" # Frame with Picture
ICON_CPAC = "\U0001f4be" # Floppy Disk
ICON_MEMORY = "\U0001f4c8" # Chart with Upwards Trend
ICON_THREADS = "\U0001f4e1" # Electric Plug
ICON_DURATION = "\U0001f552" # Clock
ICON_SAVE = "\U0001f4be" # Floppy Disk
ICON_EXTRA_ARGS = "\U0001f4ac" # Speech Balloon
ICON_PIPELINE = "\U0001f6b0" # Hammer and Wrench
ICON_ANALYSIS_LEVEL = "\U0001f4c8" # Chart with Upwards Trend
ICON_LAUNCH = "\U0001f680" # Rocket
ICON_PREVIEW = "\U0001F50D" # Magnifying Glass
ICON_SINGULARITY = "\U0001F5BC" # Frame with Picture
ICON_SUBJECT = "\U0001F464" # Bust in Silhouette
ICON_PREVIEW = "\U0001f50d" # Magnifying Glass
ICON_SINGULARITY = "\U0001f5bc" # Frame with Picture
ICON_SUBJECT = "\U0001f464" # Bust in Silhouette

0 comments on commit 1f8ccaf

Please sign in to comment.