From 7c1f84e5131da76a37033a9fd3dc80ea04952995 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 26 Apr 2025 21:16:03 +0300 Subject: [PATCH] pre-commit: Remove the proselint hook. It looks like it's unmaintained and there are false positives. --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d245684..cd78c74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: -- GitLab