We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b352e commit 1f8905fCopy full SHA for 1f8905f
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
hooks:
30
- id: tests
31
name: tests
32
- entry: bash -c "pip install . && pytest -v -xxx"
+ entry: bash -c "pip install . && pytest -v tests"
33
description: Run all tests
34
language: system
35
types: [python]
0 commit comments