You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adicionar suporte nativo para instalacao de hooks de Git no repositorio local (\�nvguard hook install) e integracao oficial com o framework popular \pre-commit\ via .pre-commit-hooks.yaml.
Tarefas
Implementar subcomando \�nvguard hook install\ que cria o script executavel em .git/hooks/pre-commit.
Implementar subcomando \�nvguard hook run\ otimizado para verificar apenas arquivos em stage (--staged).
Criar o arquivo .pre-commit-hooks.yaml\ na raiz do repositorio para suportar o framework Python pre-commit.
Garantir performance ultrarrapida na verificacao pre-commit para nao atrasar o fluxo de desenvolvimento do usuario.
Adicionar testes automatizados para instalacao, execucao e desinstalacao de hooks.
Contexto & Requisitos
Adicionar suporte nativo para instalacao de hooks de Git no repositorio local (\�nvguard hook install) e integracao oficial com o framework popular \pre-commit\ via .pre-commit-hooks.yaml.
Tarefas