Skip to content

Commit c738cae

Browse files
Merge pull request #1363 from datajoint/fix/remove-tests-from-precommit
fix: Remove unit tests from pre-commit hooks
2 parents 354976a + ab596f0 commit c738cae

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,3 @@ repos:
4747
- types-tqdm
4848
- pandas-stubs
4949
- numpy
50-
- repo: local
51-
hooks:
52-
- id: unit-tests
53-
name: unit tests
54-
entry: pytest tests/unit/ -v --tb=short
55-
language: system
56-
pass_filenames: false
57-
always_run: true
58-
stages: [pre-commit]

0 commit comments

Comments
 (0)