Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
install pytest for unit tests
  • Loading branch information
abikouo authored and Qalthos committed Apr 5, 2023
commit f42630d33092ef003f79f63c6c0d3c8aa04d23aa
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ repos:
name: pytest-check
entry: pytest .github scripts -vvvv
types: [python]
language: system
language: python
pass_filenames: false
always_run: true
additional_dependencies:
- pytest
- pygithub