Files
Video_Game_Mini_Maps/managed_components/espressif__esp_hosted/.pre-commit-config.yaml
valentineautos 16ffc2ab10 initial commit
2025-12-05 09:22:55 +00:00

27 lines
747 B
YAML

repos:
- repo: local
hooks:
- id: version-checker
name: ESP-Hosted Version Checker
entry: tools/check_fw_versions.py
language: python
args: [ "--update" ]
always_run: true
pass_filenames: false
- id: rpc-checker
name: ESP-Hosted RPC Checker
entry: tools/check_rpc_calls.py
language: python
always_run: true
pass_filenames: false
- id: changelog-checker
name: ESP-Hosted Changelog Checker
entry: tools/check_changelog.py
language: python
files: ^idf_component.yml$
- repo: https://github.com/espressif/check-copyright/
rev: v1.1.1
hooks:
- id: check-copyright
args: ['--config', 'tools/check_copyright_config.yaml']