ruff: apply automatic fixes

This commit is contained in:
Jörg Thalheim
2025-08-20 13:52:45 +02:00
parent 798d445f3e
commit ea2d6aab65
217 changed files with 2283 additions and 1739 deletions

View File

@@ -13,7 +13,9 @@ def parse_args() -> argparse.Namespace:
parser.add_argument("shell", help="the name of the devshell to select", nargs="?")
parser.add_argument("--list", action="store_true", help="list available devshells")
parser.add_argument(
"--show", action="store_true", help="show the currently selected devshell"
"--show",
action="store_true",
help="show the currently selected devshell",
)
return parser.parse_args()