Skip to content

Commit

Permalink
style: format Python code with black
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrung committed Mar 1, 2024
1 parent c96fb46 commit 726e882
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions bdebstrap
Original file line number Diff line number Diff line change
Expand Up @@ -298,15 +298,7 @@ def parse_args(args): # pylint: disable=too-many-statements
)
parser.add_argument(
"--mode",
choices=[
"auto",
"sudo",
"root",
"unshare",
"fakeroot",
"fakechroot",
"chrootless",
],
choices=["auto", "sudo", "root", "unshare", "fakeroot", "fakechroot", "chrootless"],
help=(
"Choose how to perform the chroot operation and create a filesystem with "
"ownership information different from the current user."
Expand Down

0 comments on commit 726e882

Please sign in to comment.