From a0fddd46729fbf837aa6099b08ca5b2a3e9068b4 Mon Sep 17 00:00:00 2001 From: Marcin Federowicz Date: Sat, 7 Oct 2023 02:09:35 +0200 Subject: [PATCH] disable pre-hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ffbe1d7d..fabf4c4fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 - hooks: - - id: end-of-file-fixer + # - repo: https://github.com/pre-commit/pre-commit-hooks + # rev: v4.4.0 + # hooks: + # - id: end-of-file-fixer - repo: https://github.com/mgechev/revive #for start use dev tag, after development we switch to proper tags with versions rev: dev-pre-commit