From e17fe17fdf3695d0b5a84c14197715aa4eed3be6 Mon Sep 17 00:00:00 2001 From: Boming Zhang <bomingzh@sjtu.edu.cn> Date: Sat, 19 Oct 2024 06:23:00 -0400 Subject: [PATCH] chore(pre-commit): simplify hooks --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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