mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-14 11:35:54 +00:00
ci: add GitHub Actions workflows with lint, typecheck and tests
This commit is contained in:
@@ -5,7 +5,7 @@ from __future__ import annotations
|
||||
from pathlib import Path
|
||||
from typing import TYPE_CHECKING, cast
|
||||
|
||||
from fuzzforge_mcp.storage import LocalStorage
|
||||
from fuzzforge_mcp.storage import LocalStorage # type: ignore[import-untyped]
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typer import Context as TyperContext
|
||||
|
||||
Reference in New Issue
Block a user