Avouch Provides Local Git-Aware Static Analysis for Python Diffs
August 18, 2026
Avouch is a lightweight CLI tool that uses Python's AST module to review only the files changed in a current Git diff. It reports structural issues like nesting depth and parameter counts based on local configuration without requiring a daemon or network connectivity.
HOW THIS AFFECTS YOU
●
builderYou can integrate exact, zero-latency structural checks into your pre-push workflow to ensure code quality in new commits.