From 4fe78185b2389b508325b775ff1e5043a9a11d1b Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 9 Nov 2020 10:06:05 +1100 Subject: [PATCH] pre-commit: Use cmakelint 1.4.1 not older commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c412279689..3d8e3b730c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: entry: cmakelint --linelength=120 --spaces=4 language: python additional_dependencies: - - https://github.com/richq/cmake-lint/archive/058c6c0ed2536.zip + - cmakelint==1.4.1 files: 'CMakeLists.txt$|\.cmake$' exclude: '\/third_party\/' - id: check-codeowners