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:55 +00:00
parent f783ac3673
commit b980124fb2

View File

@@ -1,7 +1,5 @@
"""Pattern manager for VibeGuard.""" """Pattern manager for VibeGuard."""
import json
from pathlib import Path
from typing import Any from typing import Any
from vibeguard.patterns.definitions import Pattern, Severity from vibeguard.patterns.definitions import Pattern, Severity