Merge branch 'feat/python_reqs_directory' into 'master'

Tools: Make easier the detection of the list of Python features

See merge request espressif/esp-idf!17009
This commit is contained in:
Roland Dobai
2022-02-14 16:06:36 +00:00
12 changed files with 146 additions and 7 deletions
+8
View File
@@ -111,6 +111,14 @@ repos:
language: python
files: \.(py|c|h|cpp|hpp|ld|s|S)$
require_serial: true
- id: check-requirement-files
name: Check requirement files
entry: tools/ci/check_requirement_files.py
additional_dependencies:
- 'jsonschema'
language: python
files: 'tools/requirements.+|tools/requirements/.+'
pass_filenames: false
- id: check-tools-files-patterns
name: Check tools dir files patterns
entry: tools/ci/check_tools_files_patterns.py