Ignore .cmake-format.py file by cmake-format
parent
9448c04b36
commit
e3d8147890
|
|
@ -5,7 +5,7 @@ repos:
|
||||||
rev: 'v0.6.0'
|
rev: 'v0.6.0'
|
||||||
hooks:
|
hooks:
|
||||||
- id: cmake-format # cmake formatter
|
- id: cmake-format # cmake formatter
|
||||||
files: (CMakeLists.*|.*\.cmake|.*\.cmake.in)
|
files: (CMakeLists.*|.*\.cmake^|.*\.cmake.in)
|
||||||
- repo: https://github.com/pre-commit/mirrors-yapf
|
- repo: https://github.com/pre-commit/mirrors-yapf
|
||||||
rev: 'v0.27.0'
|
rev: 'v0.27.0'
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue