ci: add more linting steps
CI / lint (push) Skipped
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / lint (pull_request) Failing after 28s
CI / test (3.11) (pull_request) Skipped
CI / test (3.12) (pull_request) Skipped
CI / test (3.13) (pull_request) Skipped

This commit is contained in:
2026-08-06 17:41:17 +02:00
parent 08352a3d77
commit 5dc939a5ab
27 changed files with 176 additions and 148 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
from __future__ import annotations
from collections.abc import Callable
from dataclasses import dataclass
from typing import Callable, TypeAlias
from typing import TypeAlias
from aarecommon.errors import exception_handler
from aarecommon.errors.exception_handler import (