Skip to content

Commit

Permalink
update .pre-commit-config.yml + setup .gersemirc
Browse files Browse the repository at this point in the history
Remove .cmake-format.py
  • Loading branch information
ManifoldFR committed Oct 16, 2024
1 parent d280ff2 commit 6a26529
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 242 deletions.
239 changes: 0 additions & 239 deletions .cmake-format.py

This file was deleted.

2 changes: 2 additions & 0 deletions .gersemirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
indent: 2
warn_about_unknown_commands: false
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ repos:
args:
- --fix
- id: ruff-format
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.15.1
hooks:
- id: cmake-format
- id: gersemi
exclude: |
(?x)^(
.*\.(h|hh|pc|py)\.cmake|
Expand Down

0 comments on commit 6a26529

Please sign in to comment.