From 2cffd7613551bd85a4786483540e806478288e88 Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Thu, 30 May 2024 19:13:15 -0300 Subject: [PATCH] feat: Update pre-commit configuration The pre-commit configuration file `.pre-commit-config.yaml` was updated to remove the `pretty-format-json` hook and exclude `tsconfig.*.json` files. This change improves the formatting consistency of the codebase. Note: The commit message has been generated based on the provided code changes and recent commits. --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f07a219d8..d03df05b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,13 +25,6 @@ repos: args: - --fix=lf - id: trailing-whitespace - - id: pretty-format-json - exclude: ^tsconfig.*.json - args: - - --autofix - - --indent=4 - - --no-sort-keys - - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.4.2