From 670e7aac23c97ac7d16a0b98b118bd647f215f97 Mon Sep 17 00:00:00 2001 From: "Lee, Jun Seok" <lego3410@gmail.com> Date: Sun, 2 Jun 2024 20:01:56 +0900 Subject: [PATCH] Update `.pre-commit-config.yaml` --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b2e28e..2dd45d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: + - id: check-merge-conflict + - id: pretty-format-json + args: [--autofix] - id: check-yaml + - id: mixed-line-ending + args: [--fix=lf] - id: end-of-file-fixer - id: trailing-whitespace