mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
Remove needless lint exceptions (MR 2334)
- Ruff won't complain about long lines which end in a long URL. - The typing exception is no longer required.
This commit is contained in:
parent
c4e7878832
commit
d6d088b68b
2 changed files with 2 additions and 2 deletions
|
@ -1285,7 +1285,7 @@ def get_parser():
|
|||
|
||||
def arguments():
|
||||
# Parse and extend arguments (also backup unmodified result from argparse)
|
||||
args: PmbArgs = get_parser().parse_args() # type: ignore
|
||||
args: PmbArgs = get_parser().parse_args()
|
||||
|
||||
# setattr(args, "from_argparse", copy.deepcopy(args))
|
||||
# setattr(args.from_argparse, "from_argparse", args.from_argparse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue