Commit 48acdb11 authored by nimrod's avatar nimrod
Browse files

Remove proselint pre-commit hook.

It complains on the code block. If only I could disable scanning of
specific lines.
parent 29f0c687
Loading
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.12.0
    hooks:
      - id: proselint
        types: [plain-text]
        exclude: LICENSE

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