Skip to content

Commit

Permalink
build(pre-commit): change pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Apr 15, 2022
1 parent 6116124 commit 216d1b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ repos:
types: [python]
- id: mypy
name: mypy
entry: pipenv run mypy --install-types --non-interactive apps/controllerx/ tests/
entry: pipenv run mypy --install-types --non-interactive
language: python
types: [python]
pass_filenames: false
- id: pytest
name: pytest
entry: pipenv run pytest
language: python
types: [python]
files: "(.*.py)|apps/controllerx/*|tests/*"
pass_filenames: false
always_run: true

0 comments on commit 216d1b1

Please sign in to comment.