diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 218134d62..2178d73bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,12 +47,3 @@ repos: - types-tqdm - pandas-stubs - numpy -- repo: local - hooks: - - id: unit-tests - name: unit tests - entry: pytest tests/unit/ -v --tb=short - language: system - pass_filenames: false - always_run: true - stages: [pre-commit]