Update pre-commit with pytest
This commit is contained in:
parent
cd7f187d68
commit
e78d20787a
1 changed files with 8 additions and 0 deletions
|
@ -8,3 +8,11 @@ repos:
|
|||
args: [ --fix ]
|
||||
# Run the formatter.
|
||||
- id: ruff-format
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pytest
|
||||
name: pytest
|
||||
entry: .venv/bin/pytest
|
||||
language: script
|
||||
files: \.py$
|
||||
|
|
Loading…
Add table
Reference in a new issue