Comment pytest as it is not working

I still do not know how to make this work
This commit is contained in:
Carlos Camara 2024-01-13 16:35:39 +00:00
parent ca1b0a90d3
commit 68f0c81c7a

View file

@ -34,10 +34,10 @@ repos:
hooks: hooks:
- id: eslint - id: eslint
types: [javascript] types: [javascript]
- repo: local # - repo: local
hooks: # hooks:
- id: pytest # - id: pytest
name: pytest # name: pytest
entry: ./bw-dev pytest # entry: ./bw-dev pytest
language: system # language: system
files: \.py$ # files: \.py$