From f5bd3825a15d2c4cf1eb4f2453b255b958d2f4bd Mon Sep 17 00:00:00 2001 From: Evgeny Torbin Date: Mon, 2 Mar 2026 14:15:30 +0100 Subject: [PATCH] ci: add check-tests-missing-config pre-commit hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 820ace021a..b0d521469e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -231,3 +231,8 @@ repos: hooks: - id: check-kconfig-files - id: check-deprecated-kconfig-options + - repo: https://github.com/espressif/idf-ci + rev: v1.0.0b4 + hooks: + - id: check-tests-missing-config + files: 'pytest_.*\.py$|sdkconfig(\..*)?$'