Skip to content

Commit

Permalink
Add pytest run to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 29, 2021
1 parent 9565d78 commit c713ce2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c713ce2

Please sign in to comment.