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
|
@ -6,6 +6,7 @@ class BuildFailedError(Exception):
|
|||
"""Exception to be raised when pmbootstrap fails to build a package. This is handled
|
||||
separately from NonBugError as it needs to be treated differently as we want to hint
|
||||
to users that they can check the log for more information when a build fails."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
|
@ -13,4 +14,5 @@ class NonBugError(Exception):
|
|||
"""Exception which originates from a problem not caused by pmbootstrap's code. This
|
||||
could for example be raised if there is an error in a package pmboostrap is
|
||||
interacting with in some way."""
|
||||
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue