Skip to content

Commit

Permalink
chore(dev): Disable qmlformat and qmllint pre-commit hooks
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <[email protected]>
  • Loading branch information
yshalsager committed Jul 31, 2023
1 parent 2fbe488 commit 8140632
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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$
# - 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$

0 comments on commit 8140632

Please sign in to comment.