Add uv.lock file to manage project dependencies and versions
This commit is contained in:
parent
1d23d3f366
commit
5743650e6b
10
.pre-commit-config.yaml
Normal file
10
.pre-commit-config.yaml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user