Files
b2txt25/language_model/tools/git-pre-commit
2025-07-02 12:18:09 -07:00

6 lines
81 B
Bash
Executable File

#!/bin/bash
set -e
echo "Running pre-commit flake8"
python tools/flake8_hook.py