Files
TinyTorch/.pre-commit-config.yaml
Vijay Janapa Reddi 521aee0af3 Disable auto-protection to prevent permission errors during export
The auto-protection feature was setting core tinytorch files to read-only
after each export, which caused permission errors on subsequent exports.
Students who want file protection can run 'tito protect --enable' manually.
2025-11-22 15:27:33 -05:00

13 lines
101 B
YAML

# Minimal pre-commit configuration
# This allows pre-commit to run without errors
repos: []