devtools: Set pre-commit default versions for Python and NodeJS.

Default to Python 3 and NodeJS to use that which is on the system,
avoiding conflicts with `nodeenv`.
This commit is contained in:
Se7enZ
2026-01-22 14:13:41 +01:00
committed by Sangbida
parent 2fa0feecc5
commit eba330566d

View File

@@ -1,3 +1,7 @@
default_language_version:
node: system
python: python3
repos:
- repo: https://github.com/pycqa/flake8
rev: 7.3.0
@@ -65,7 +69,7 @@ repos:
rev: v9.23.0
hooks:
- id: commitlint
stages: [commit-msg]
stages: [ commit-msg ]
- repo: local
hooks: