forked from Mirror/pmbootstrap
Auto-format codebase with ruff (MR 2325)
See: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2324 Closes: https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2278
This commit is contained in:
parent
5a8e2c6cad
commit
e421bb2d41
109 changed files with 4044 additions and 2984 deletions
|
@ -11,6 +11,7 @@ import time
|
|||
|
||||
"""Various internal test commands for performance testing and debugging."""
|
||||
|
||||
|
||||
def apkindex_parse_all():
|
||||
indexes = pmb.helpers.repo.apkindex_files(Arch.native())
|
||||
|
||||
|
@ -31,4 +32,3 @@ class Test(commands.Command):
|
|||
def run(self):
|
||||
if self.action == "apkindex_parse_all":
|
||||
apkindex_parse_all()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue