aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 08f5f7e..2d4e450 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -104,14 +104,3 @@ repos:
entry: pylint
language: system
types: [python]
-
-- repo: local
- hooks:
- - id: pytest-cov
- name: pytest coverage
- stages: [push]
- language: system
- entry: pytest --cov=mlia --cov-report term-missing --cov-fail-under=95 tests
- types: [python]
- pass_filenames: false
- verbose: true