From 3b874cff90ba50d9a3a32e094c422c5124ff93a7 Mon Sep 17 00:00:00 2001 From: "igor.udot" Date: Fri, 5 Dec 2025 17:48:49 +0800 Subject: [PATCH] ci: revert language_version for pre-commit --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed0a67133f..15201b2b05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -140,7 +140,6 @@ repos: name: Check if all apps readme files match given .build-test-rules.yml files. Modify the supported target tables entry: tools/ci/check_build_test_rules.py check-readmes language: python - language_version: python3.10 files: 'tools/test_apps/.+|examples/.+|components/.+|tools/idf_py_actions/constants.py|tools/ci/check_build_test_rules.py' require_serial: true additional_dependencies: