mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-23 23:29:38 -04:00
First pass of ruff check fixes (#26257)
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
World domination secret weapon.
|
||||
"""
|
||||
|
||||
from milc import cli
|
||||
from milc.subcommand import config
|
||||
|
||||
|
||||
@cli.subcommand('QMK Bux miner.', hidden=True)
|
||||
def bux(cli):
|
||||
"""QMK bux
|
||||
"""
|
||||
"""QMK bux"""
|
||||
if not cli.config.user.bux:
|
||||
bux = 0
|
||||
else:
|
||||
@@ -45,5 +45,5 @@ def bux(cli):
|
||||
@B r@= :@@- _@@_R@fB#}@@ 2@@@# 8@@#@Q.*@B `@@- y@@N @H B@
|
||||
@B `. g@9=_~D@g R@}`&@@@ 2@&__` 8@u_Q@2!@@^-x@@` Y@QD@z .` B@
|
||||
@@BBBBBBBBBBBBBBBBBBB_ `c8@@@81` S#] `N#B l####v D###BA. vg@@#0~ i#&' 5#K RBBBBBBBBBBBBBBBBBB@@
|
||||
""" # noqa: Do not care about the ASCII art
|
||||
"""
|
||||
print(f"{buck}\nYou've been blessed by the QMK gods!\nYou have {cli.config.user.bux} QMK bux.")
|
||||
|
||||
Reference in New Issue
Block a user