Run pytest only when at least one python file is changed

This commit is contained in:
Benjamin Renard 2023-01-16 13:37:17 +01:00
parent 86e1d59b1d
commit 56f66dcd6e
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@ repos:
name: pytest
entry: python3 -m pytest tests
language: system
types: [python]
pass_filenames: false
always_run: true
- repo: local
hooks:
- id: pylint