We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f227caa commit 7f41408Copy full SHA for 7f41408
1 file changed
.pre-commit-config.yaml
@@ -16,14 +16,14 @@ repos:
16
# always_run: true
17
# pass_filenames: false
18
19
- # - id: pytest-check
20
- # name: pytest-check
21
- # entry: make test
22
- # stages:
23
- # - pre-push
24
- # language: system
25
- # pass_filenames: false
26
- # always_run: true
+ - id: pytest-check
+ name: pytest-check
+ entry: pytest
+ stages:
+ - pre-push
+ language: system
+ pass_filenames: false
+ always_run: true
27
28
- id: conventional-commits-check
29
name: Conventional Commits Check
0 commit comments