Commit aa641bd3 authored by nimrod's avatar nimrod
Browse files

pre-commit: Bump and ignore doc checks for now.

parent 1485e861
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ repos:
              --line-length=79

  - repo: https://github.com/PyCQA/prospector.git
    rev: 1.7.7
    rev: v1.9.0
    hooks:
      - id: prospector
        args:
@@ -88,8 +88,6 @@ repos:
            --with-tool=bandit
          - |-
            --without-tool=pep257
          - |-
            --doc-warnings
          - |-
            --test-warnings
          - |-
@@ -98,6 +96,7 @@ repos:
            --strictness=high
          - |-
            --no-autodetect
          - "-X"
        additional_dependencies:
          - bandit
          - pyroma