소스 검색

pre-commit: fix cmake-format checks [skip ci]

Victor Seva 5 달 전
부모
커밋
5b60b1932b
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      .pre-commit-config.yaml

+ 2 - 6
.pre-commit-config.yaml

@@ -16,10 +16,6 @@ repos:
     rev: v0.6.13
     hooks:
       - id: cmake-format
-        verbose: true
         args:
-          - -c cmake/cmake-format.py
-      - id: cmake-lint
-        verbose: true
-        args:
-          - -c cmake/cmake-format.py
+          - --in-place
+          - --config-files=cmake/cmake-format.py