From da6051d91d69b944599fdc4c75b5b668c39a8cdc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:26:52 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95e1655..dde2b87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,43 +45,43 @@ repos: entry: check-ast language: python types: [python] - stages: [commit] + stages: [Nonepre-commitNone] - id: check-builtin-literals name: check-builtin-literals entry: check-builtin-literals language: python types: [python] - stages: [commit] + stages: [Nonepre-commitNone] - id: check-case-conflict name: check-case-conflict entry: check-case-conflict language: python types: [python] - stages: [commit] + stages: [Nonepre-commitNone] - id: check-merge-conflict name: check-merge-conflict entry: check-merge-conflict language: python types: [text] - stages: [commit] + stages: [Nonepre-commitNone] - id: fix-byte-order-marker name: fix-byte-order-marker entry: fix-byte-order-marker language: python types: [python] - stages: [commit] + stages: [Nonepre-commitNone] - id: mixed-line-ending name: mixed-line-ending entry: mixed-line-ending language: python types_or: [c, c++, python] - stages: [commit] + stages: [Nonepre-commitNone] - id: end-of-file-fixer name: end-of-file-fixer entry: end-of-file-fixer language: python types_or: [python] - stages: [commit] + stages: [Nonepre-commitNone] - id: darglint name: darglint entry: darglint @@ -93,7 +93,7 @@ repos: entry: end-of-file-fixer language: system types: [text] - stages: [commit, push, manual] + stages: [Nonepre-commitNone, Nonepre-pushNone, manual] - id: flake8 name: flake8 entry: flake8 @@ -120,7 +120,7 @@ repos: entry: trailing-whitespace-fixer language: system types: [text] - stages: [commit, push, manual] + stages: [Nonepre-commitNone, Nonepre-pushNone, manual] #- repo: https://github.com/pre-commit/mirrors-prettier #rev: v4.0.0-alpha.8 # hooks: