From 493274e73b6eec0ea6f5c40abafe25eac630fda5 Mon Sep 17 00:00:00 2001 From: Elliana May Date: Sat, 7 Oct 2023 15:29:44 +0800 Subject: [PATCH] precommit --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fec80b..c144804 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ exclude: .*\.snap repos: - # - repo: https://github.com/pre-commit/pre-commit-hooks - # rev: v4.4.0 - # hooks: - # - id: check-yaml - # - id: check-json - # - id: check-merge-conflict - # - id: debug-statements - # - id: check-case-conflict - # - id: check-toml - # - id: end-of-file-fixer - # - id: trailing-whitespace + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 + hooks: + - id: check-yaml + - id: check-json + - id: check-merge-conflict + - id: debug-statements + - id: check-case-conflict + - id: check-toml + - id: end-of-file-fixer + - id: trailing-whitespace - repo: https://github.com/PyCQA/isort rev: 5.12.0 # Use the revision sha / tag you want to point at hooks: