From 47bd46c17123cbef515480a4e1d9c1224cc5f715 Mon Sep 17 00:00:00 2001 From: klinch0 <68821526+klinch0@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:42:23 +0300 Subject: [PATCH] revert-precommit (#476) ## Summary by CodeRabbit - **Chores** - Removed unnecessary pre-commit hooks to streamline the development process. - Retained the `gen-versions-map` hook for maintaining version consistency. --- .pre-commit-config.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9bbf308a..9939cc79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,4 @@ repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 - hooks: - - id: end-of-file-fixer - - id: trailing-whitespace - - id: mixed-line-ending - args: [--fix=lf] - - id: check-yaml - exclude: '^.*templates/.*\.yaml$' - args: [--unsafe] -- repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 - hooks: - - id: markdownlint - args: [--fix, --disable, MD013, MD041, --] - repo: local hooks: - id: gen-versions-map