Skip to content

Commit f6200e2

Browse files
authored
Merge pull request #70 from lboue/patch-4
fix(pre-commit): switch to Python 3 for pre-commit @lboue (#70)
2 parents a20b003 + ae91f10 commit f6200e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ repos:
3939
hooks:
4040
- id: sync-conf-files
4141
name: Update when configuration files change
42-
entry: python tools/sync_conf_files.py ./
42+
entry: python3 tools/sync_conf_files.py ./
4343
language: system
4444
files: '.*ESP_Panel_(Board_Custom|Board_Supported|Conf)\.h'
4545

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

0 commit comments

Comments
 (0)