We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ec79cd + 1625a2b commit d823752Copy full SHA for d823752
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
name: Update BSP README with dependencies section
28
entry: .github/ci/update_readme_dependencies.py
29
language: python
30
- files: 'bsp\/.*\/include\/.*\.h|bsp\/.*idf_component\.yml|bsp\/.*README\.md' # All idf_component.yml, README.md and .h files in bsp directory
+ files: 'bsp\/.*\/include\/.*\.h|bsp\/\w*\/idf_component\.yml|bsp\/\w*\/README\.md' # All idf_component.yml, README.md and .h files in bsp directory
31
additional_dependencies:
32
- idf_component_manager==1.4.2
33
- py-markdown-table
0 commit comments