chore(pre-commit): remove pytest from pre-commit (#3363)

This commit is contained in:
Sergio Garcia
2024-02-06 11:22:00 +01:00
committed by GitHub
parent 8946145070
commit 89c71a068b

View File

@@ -86,12 +86,6 @@ repos:
language: system language: system
stages: ["commit", "push"] stages: ["commit", "push"]
- id: pytest-check
name: pytest-check
entry: bash -c 'pytest tests -n auto'
language: system
files: '.*\.py'
- id: bandit - id: bandit
name: bandit name: bandit
description: "Bandit is a tool for finding common security issues in Python code" description: "Bandit is a tool for finding common security issues in Python code"