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:
@@ -1,3 +1,7 @@
|
|||||||
|
default_language_version:
|
||||||
|
node: system
|
||||||
|
python: python3
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
rev: 7.3.0
|
rev: 7.3.0
|
||||||
@@ -65,7 +69,7 @@ repos:
|
|||||||
rev: v9.23.0
|
rev: v9.23.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: commitlint
|
- id: commitlint
|
||||||
stages: [commit-msg]
|
stages: [ commit-msg ]
|
||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user