From 89c71a068bb9599f591028db853704941fb02c84 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:22:00 +0100 Subject: [PATCH] chore(pre-commit): remove pytest from pre-commit (#3363) --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74165311..d58fc12b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,12 +86,6 @@ repos: language: system stages: ["commit", "push"] - - id: pytest-check - name: pytest-check - entry: bash -c 'pytest tests -n auto' - language: system - files: '.*\.py' - - id: bandit name: bandit description: "Bandit is a tool for finding common security issues in Python code"