diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0bfffa1..6ab8eed5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ 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' @@ -47,6 +47,6 @@ repos: 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)'