treefmt/ruff: Set python lint version to 3.13. Fix all new lints coming up.
This commit is contained in:
@@ -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__(
|
||||
|
||||
Reference in New Issue
Block a user