From a22fd222b3226858b8d14ea31021c19ce50801ff Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 21 Jan 2025 12:50:21 +0100 Subject: [PATCH] dev: update pre-commit hook idf-build-apps version --- .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 1b230247471..fb4db68e28f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -156,7 +156,7 @@ repos: require_serial: true additional_dependencies: - PyYAML == 5.3.1 - - idf-build-apps~=2.5 + - idf-build-apps>=2.6.2,<3 - id: sort-yaml-files name: sort yaml files entry: tools/ci/sort_yaml.py