From 98fbdcccc054f1157f6f33c88df67759af91a3f0 Mon Sep 17 00:00:00 2001 From: J-Dymond Date: Fri, 29 Nov 2024 14:08:30 +0000 Subject: [PATCH] trying to fix pre-commit hooks github-side --- .pre-commit-config.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8da4a0..4566fcd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,12 +38,3 @@ repos: args: [--ignore-missing-imports, --disable-error-code=var-annotated, --disable-error-code=import-untyped] additional_dependencies: - pytest - - - repo: local - hooks: - - id: pytest-check - name: pytest-check - entry: pytest - language: system - pass_filenames: false - always_run: false