Commit 06f06dcb authored by nimrod's avatar nimrod
Browse files

Remove pydocstyle from the skeleton pre-commit config.

It's already covered with prospector.
parent 5fac1591
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -176,11 +176,6 @@ repos:
    hooks:
      - id: pycln

  - repo: https://github.com/pycqa/pydocstyle.git
    rev: 6.1.1
    hooks:
      - id: pydocstyle

  - repo: https://github.com/PyCQA/docformatter.git
    rev: v1.4
    hooks: