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 4b38806
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ repos:
- id: ruff
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 4b38806

Please sign in to comment.