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 a20b003 + ae91f10 commit f6200e2Copy full SHA for f6200e2
.pre-commit-config.yaml
@@ -39,14 +39,14 @@ repos:
39
hooks:
40
- id: sync-conf-files
41
name: Update when configuration files change
42
- entry: python tools/sync_conf_files.py ./
+ entry: python3 tools/sync_conf_files.py ./
43
language: system
44
files: '.*ESP_Panel_(Board_Custom|Board_Supported|Conf)\.h'
45
46
- repo: local
47
48
- id: check-file-versions
49
name: Update when versions change
50
- entry: python tools/check_file_version.py ./
+ entry: python3 tools/check_file_version.py ./
51
52
files: '(.*ESP_Panel_(Board_Custom|Board_Supported|Conf)\.h|library.properties|.*ESP_PanelVersions.h)'
0 commit comments