feat: update project structure and docs
This commit is contained in:
@@ -31,4 +31,22 @@ repos:
|
||||
language: system
|
||||
types: [ python ]
|
||||
|
||||
# Update README.md (before commit)
|
||||
- id: update-readme
|
||||
name: update-readme
|
||||
language: system
|
||||
entry: uv run python scripts/update_readme.py
|
||||
pass_filenames: false
|
||||
always_run: true
|
||||
stages: [ pre-commit ]
|
||||
|
||||
# Clean Python cache
|
||||
- id: clean-pycache
|
||||
name: clean-pycache
|
||||
language: system
|
||||
entry: bash scripts/clean_cache.sh
|
||||
pass_filenames: false
|
||||
always_run: true
|
||||
stages: [ pre-commit ]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user