treefmt/ruff: Set python lint version to 3.13. Fix all new lints coming up.

This commit is contained in:
Qubasa
2025-06-30 15:28:15 +07:00
committed by Jörg Thalheim
parent 69b9187598
commit 0d1e1d9796
10 changed files with 21 additions and 27 deletions

View File

@@ -4,14 +4,13 @@ import logging
from clan_cli.completions import add_dynamic_completer, complete_machines
from clan_lib.errors import ClanError
from clan_lib.machines.machines import Machine
log = logging.getLogger(__name__)
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from .generate import Var
log = logging.getLogger(__name__)
class VarStatus:
def __init__(