Skip to content

Commit

Permalink
updated pre-commit for pytest in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanehachcham committed Oct 25, 2023
1 parent 7080355 commit 1f7e510
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ repos:
stages: [ commit ]
language: system
pass_filenames: false # pytest will discover tests on its own
entry: poetry run pytest
entry: ./run_tests_in_docker.sh

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
Expand Down
Empty file added run_tests_in_docker.sh
Empty file.

0 comments on commit 1f7e510

Please sign in to comment.