diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1f4cdcf5..65e0f58be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: