From 8140632ead5470408c190f7aee4b02f84acd9fa0 Mon Sep 17 00:00:00 2001 From: yshalsager Date: Mon, 31 Jul 2023 11:37:49 +0300 Subject: [PATCH] chore(dev): Disable qmlformat and qmllint pre-commit hooks Signed-off-by: yshalsager --- .pre-commit-config.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69669dd..83e9aa9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ # https://pre-commit.com -ci: - skip: [qmlformat, qmllint] +#ci: +# skip: [qmlformat, qmllint] default_install_hook_types: [ commit-msg, pre-commit ] default_stages: [ commit, manual ] fail_fast: true @@ -67,21 +67,21 @@ repos: rev: 'v1.4.1' # Use the sha / tag you want to point at hooks: - id: mypy - - repo: local - hooks: - - id: qmlformat - name: qmlformat - entry: qmlformat -i - pass_filenames: true - require_serial: true - language: system - types: [ text ] - files: ^.*\.qml$ - - id: qmllint - name: qmllint - entry: qmllint - pass_filenames: true - require_serial: true - language: system - types: [ text ] - files: ^.*\.qml$ \ No newline at end of file +# - repo: local +# hooks: +# - id: qmlformat +# name: qmlformat +# entry: qmlformat -i +# pass_filenames: true +# require_serial: true +# language: system +# types: [ text ] +# files: ^.*\.qml$ +# - id: qmllint +# name: qmllint +# entry: qmllint +# pass_filenames: true +# require_serial: true +# language: system +# types: [ text ] +# files: ^.*\.qml$ \ No newline at end of file