Skip to content

Commit

Permalink
Merge pull request #11388 from daschuer/gh11386
Browse files Browse the repository at this point in the history
Disable qml-formatter until #11386 is fixed
  • Loading branch information
Swiftb0y committed Mar 20, 2023
2 parents 633e45c + 39a5b35 commit 146f0bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,11 @@ repos:
hooks:
- id: prettier
types: [yaml]
- repo: https://github.com/qarmin/qml_formatter.git
rev: 0.2.0
hooks:
- id: qml_formatter
# disabled until https://github.com/mixxxdj/mixxx/issues/11386 is fixed
#- repo: https://github.com/qarmin/qml_formatter.git
# rev: 0.2.0
# hooks:
# - id: qml_formatter
- repo: local
hooks:
- id: qsscheck
Expand Down

0 comments on commit 146f0bb

Please sign in to comment.