diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c412279689..b36976339a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,10 +44,10 @@ repos: files: 'sdkconfig\.ci$|sdkconfig\.rename$|sdkconfig.*$' - id: cmake-lint name: Check CMake Files Format - entry: cmakelint --linelength=120 --spaces=4 + entry: cmakelint --linelength=120 --spaces=4 --filter=-whitespace/indent 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