diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..9711edb --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,11 @@ +repos: +- repo: https://7000pct.gitea.bloupla.net/7000pctAUTO/vibeguard + rev: v0.1.0 + hooks: + - id: vibeguard + name: VibeGuard AI Anti-Pattern Detector + description: Scan code for AI coding assistant anti-patterns + entry: vibeguard analyze + language: system + types: [python, javascript, typescript, go, rust] + stages: [pre-commit]