Ignore .cmake-format.py file by cmake-format

pull/50/head
Alan Dragomirecký 2021-07-07 16:23:07 +02:00
parent f95c47638d
commit c7d8b751c3
No known key found for this signature in database
GPG Key ID: 408E8F08D33F9D03
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ repos:
rev: 'v0.6.0'
hooks:
- id: cmake-format # cmake formatter
files: (CMakeLists.*|.*\.cmake|.*\.cmake.in)
files: (CMakeLists.*|.*\.cmake^|.*\.cmake.in)
- repo: https://github.com/pre-commit/mirrors-yapf
rev: 'v0.27.0'
hooks: