Skip to content

Commit

Permalink
🔧 Update pre-commit for pytest on nix
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisFederico committed Aug 19, 2024
1 parent 4a977ef commit 9997583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
hooks:
- id: pytest-check
name: pytest-check
entry: ./venv/Scripts/python.exe -m pytest
entry: pytest tests
stages: ["push"]
language: system
pass_filenames: false
Expand Down

0 comments on commit 9997583

Please sign in to comment.