diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47bd88cc..8a173101 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,10 +54,3 @@ repos: language: system types: [file, python] exclude: "(make|tests/|examples/)" - - id: pytest - name: Pytest - Unit tests - entry: ./scripts/test - language: system - types: [python] - exclude: "make" - pass_filenames: false