From 579ed026c08eea7234ebb12ccdd8385397e496cd Mon Sep 17 00:00:00 2001 From: Jakub Kocka Date: Tue, 26 May 2026 13:58:52 +0200 Subject: [PATCH] change(ci/pre-commit): Updated the version for check-all-apps-readmes hook On Windows and PYthon 3.14 this hook is constantly failing if not used the more recent 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 bffb0293bb2..daeac319363 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -145,7 +145,7 @@ repos: require_serial: true additional_dependencies: - PyYAML == 5.3.1 - - idf-build-apps~=2.13 + - idf-build-apps>=2.16.1,<3 - id: sort-yaml-files name: sort yaml files entry: tools/ci/sort_yaml.py