Commit d86c058d authored by nimrod's avatar nimrod
Browse files

Remove the prospector pre-commit hook.

It's causing too much trouble. I'll check again in a few releases.
parent 50fc56cd
Loading
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -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: