Commit 7c1f84e5 authored by nimrod's avatar nimrod
Browse files

pre-commit: Remove the proselint hook.

It looks like it's unmaintained and there are false positives.
parent 3c0db4fd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -19,13 +19,6 @@ repos:
    hooks:
      - id: yamllint

  - repo: https://github.com/amperser/proselint/
    rev: 0.14.0
    hooks:
      - id: proselint
        types: [plain-text]
        exclude: LICENSE

  - repo: https://github.com/executablebooks/mdformat.git
    rev: 0.7.22
    hooks: