From 69d858544dd7de770f93b40f30dfc60942dca13d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 7 Dec 2024 13:34:01 +0200 Subject: [PATCH] pre-commit: Remove proselint. It seems unmaintained. It fails to install on Python 3.12 and the domain name hasn't been renewed. --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d92f10..c63468e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,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 - - repo: https://gitlab.com/devopshq/gitlab-ci-linter.git rev: v1.0.6 hooks: -- GitLab