diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43933b9..3c05d17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,3 +70,10 @@ repos: entry: bin/run-in-env pylint language: system types: [python] + # Uncomment lines below to test code on every commit +# - id: pytest +# name: pytest +# entry: bin/run-in-env pytest +# language: system +# pass_filenames: false +# always_run: true