From f090bc6ea1e712895f95f2548f1ef185daa028f3 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Wed, 4 Dec 2024 21:27:54 +0100 Subject: [PATCH] fix(pre-commit): remove duplicated hook --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3dfc075e..29e15357 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - - id: debug-statements - id: check-builtin-literals - id: check-case-conflict - id: check-docstring-first @@ -24,10 +23,10 @@ repos: - id: check-toml - id: check-xml - id: check-yaml + - id: debug-statements - id: detect-private-key - id: end-of-file-fixer - id: trailing-whitespace - - id: debug-statements - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: