Fix imports #383
ruff-format.yaml
on: pull_request
ruff_format_check
5s
Annotations
7 errors
|
ruff_format_check
The process '/opt/hostedtoolcache/ruff/0.12.3/x86_64/ruff' failed with exit code 1
|
|
Ruff (F811):
archinstall/lib/global_menu.py#L37
archinstall/lib/global_menu.py:37:27: F811 Redefinition of unused `User` from line 36
|
|
Ruff (F401):
archinstall/lib/global_menu.py#L36
archinstall/lib/global_menu.py:36:27: F401 `.models.users.Password` imported but unused
|
|
Ruff (I001):
archinstall/lib/global_menu.py#L1
archinstall/lib/global_menu.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F811):
archinstall/lib/args.py#L26
archinstall/lib/args.py:26:52: F811 Redefinition of unused `User` from line 25
|
|
Ruff (F811):
archinstall/lib/args.py#L26
archinstall/lib/args.py:26:42: F811 Redefinition of unused `Password` from line 25
|
|
Ruff (I001):
archinstall/lib/args.py#L1
archinstall/lib/args.py:1:1: I001 Import block is un-sorted or un-formatted
|