We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd0b04 commit 554197cCopy full SHA for 554197c
2 files changed
README.rst
@@ -19,7 +19,7 @@ add something like the following to your ``.pre-commit-config.yaml`` file:
19
20
repos:
21
- repo: https://github.com/cheshirekow/cmake-format-precommit
22
- rev: v0.6.9
+ rev: v0.6.10
23
hooks:
24
- id: cmake-format
25
- id: cmake-lint
setup.py
@@ -2,5 +2,5 @@
2
setup(
3
name="cmake-format-precommit-dummy",
4
version="0.0.0",
5
- install_requires=["cmake-format==0.6.9"]
+ install_requires=["cmake-format==0.6.10"]
6
)
0 commit comments