From 6576ba194bec1838ebe860ee04a8dd027575904c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 May 2025 15:52:39 +0300 Subject: [PATCH] pre-commit: Remove the proselint hook. Seems unmaintained and fails to install with newer versions of Python. --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc15183..09fe682 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,13 +30,6 @@ repos: hooks: - id: detect-secrets - - repo: https://github.com/amperser/proselint.git - rev: 0.14.0 - hooks: - - id: proselint - types: [plain-text] - exclude: LICENSE|youtube-dl - - repo: https://gitlab.com/devopshq/gitlab-ci-linter.git rev: v1.0.6 hooks: -- GitLab