Add uv.lock file to manage project dependencies and versions

This commit is contained in:
Sam 2025-05-31 19:34:10 -05:00
parent 1d23d3f366
commit 5743650e6b
2 changed files with 10 additions and 0 deletions

10
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,10 @@
# - your tests are in a folder called tests
- repo: local
hooks:
- id: pytest
name: pytest
entry: ./.venv/bin/pytest tests
language: system
types: [python]
pass_filenames: false
always_run: true