Fix CI workflow: Add tree-sitter CLI installation and fix linting errors
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-03 07:13:54 +00:00
parent 1fb30bbcd0
commit f783ac3673

View File

@@ -1,6 +1,6 @@
"""Pattern definitions for VibeGuard."""
from dataclasses import dataclass, field
from dataclasses import dataclass
from enum import Enum
from typing import Any