Frontier-CS / .pre-commit-config.yaml
andylizf's picture
Upload folder using huggingface_hub
5fed0fc verified
raw
history blame
383 Bytes
# Pre-commit hook configuration
# Install with: pip install pre-commit && pre-commit install
repos:
- repo: local
hooks:
- id: update-problem-count
name: Update Problem Count
entry: python3 scripts/update_problem_count.py
language: system
files: '^(research/|algorithmic/problems/)'
pass_filenames: false
stages: [commit]