From 68f0c81c7a783def0fad90ca8a2beb1ddfad2043 Mon Sep 17 00:00:00 2001 From: Carlos Camara Date: Sat, 13 Jan 2024 16:35:39 +0000 Subject: [PATCH] Comment pytest as it is not working I still do not know how to make this work --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0817b6a14..38c53b5ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,10 +34,10 @@ repos: hooks: - id: eslint types: [javascript] - - repo: local - hooks: - - id: pytest - name: pytest - entry: ./bw-dev pytest - language: system - files: \.py$ + # - repo: local + # hooks: + # - id: pytest + # name: pytest + # entry: ./bw-dev pytest + # language: system + # files: \.py$