Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ repos:
hooks:
- id: sync-conf-files
name: Update when configuration files change
entry: python tools/sync_conf_files.py ./
entry: python3 tools/sync_conf_files.py ./
language: system
files: '.*ESP_Panel_(Board_Custom|Board_Supported|Conf)\.h'

- repo: local
hooks:
- id: check-file-versions
name: Update when versions change
entry: python tools/check_file_version.py ./
entry: python3 tools/check_file_version.py ./
language: system
files: '(.*ESP_Panel_(Board_Custom|Board_Supported|Conf)\.h|library.properties|.*ESP_PanelVersions.h)'