From d86c058d1b64a41489bf849e2368e4752499d803 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 3 Dec 2022 15:14:41 +0200 Subject: [PATCH] Remove the prospector pre-commit hook. It's causing too much trouble. I'll check again in a few releases. --- .pre-commit-config.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d45fa8..8813054 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -73,33 +73,6 @@ repos: - id: isort args: ["--filter-files", "--profile", "black"] - - repo: https://github.com/PyCQA/prospector.git - rev: 1.7.7 - hooks: - - id: prospector - args: - - |- - --max-line-length=79 - - |- - --with-tool=pyroma - - |- - --with-tool=bandit - - |- - --without-tool=pep257 - - |- - --doc-warnings - - |- - --test-warnings - - |- - --full-pep8 - - |- - --strictness=high - - |- - --no-autodetect - additional_dependencies: - - bandit - - pyroma - - repo: https://github.com/pycqa/flake8.git rev: 3.9.2 hooks: -- GitLab