mirror of
https://github.com/garagetinkering/Video_Game_Mini_Maps.git
synced 2026-01-18 01:57:00 +01:00
27 lines
747 B
YAML
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']
|