Skip to content

Commit 175c695

Browse files
abikouoQalthos
authored andcommitted
install pytest for unit tests
1 parent d6ba8fe commit 175c695

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ repos:
8080
name: pytest-check
8181
entry: pytest .github scripts -vvvv
8282
types: [python]
83-
language: system
83+
language: python
8484
pass_filenames: false
8585
always_run: true
86+
additional_dependencies:
87+
- pytest
88+
- pygithub

0 commit comments

Comments
 (0)