From 4a789af0f8d54c21f5104059ecab869c8f8ff4a7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 14 Dec 2024 12:13:48 +0200 Subject: [PATCH] pre-commit: Remove proselint. Seems unmaintained and fails to run with Python 3.12. --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b13aafb..408ee17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,13 +32,6 @@ repos: - id: detect-secrets exclude: ^Ansible/roles/router/files/nsd/ - - 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