diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68d9d28..603c0cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,11 +50,11 @@ repos: rev: 24.8.0 hooks: - id: black - - repo: local - hooks: - - id: pytest-check - name: pytest-check - entry: pdm run pytest - language: system - pass_filenames: false - always_run: true + # - repo: local + # hooks: + # - id: pytest-check + # name: pytest-check + # entry: pdm run test + # language: system + # pass_filenames: false + # always_run: true