Skip to content

Commit ddf69c3

Browse files
committed
update to v0.6.5
1 parent 3231c46 commit ddf69c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
entry: cmake-format
55
args: [--in-place]
66
language: python
7-
additional_dependencies: [cmake-format==0.6.4]
7+
additional_dependencies: [cmake-format==0.6.5]
88
types: [cmake]
99

1010
- id: cmake-lint
1111
name: cmake-lint
1212
description: cmake-lint will check your listfiles for style violations, common mistakes, and anti-patterns.
1313
entry: cmake-lint
1414
language: python
15-
additional_dependencies: [cmake-format==0.6.4]
15+
additional_dependencies: [cmake-format==0.6.5]
1616
types: [cmake]

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ add something like the following to your ``.pre-commit-config.yaml`` file:
1919
2020
repos:
2121
- repo: https://github.com/cheshirekow/cmake-format-precommit
22-
rev: v0.6.3
22+
rev: v0.6.5
2323
hooks:
2424
- id: cmake-format
2525
- id: cmake-lint

0 commit comments

Comments
 (0)