Skip to content

Commit

Permalink
pre-commit: stop excluding .cmake-format.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 14, 2024
1 parent 2bccf86 commit 1448eb3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ repos:
args:
- --fix
exclude: |
(?x)^(
.cmake-format.py
)$
- id: ruff-format
exclude: |
(?x)^(
.cmake-format.py
)$
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
hooks:
Expand Down

0 comments on commit 1448eb3

Please sign in to comment.