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$