[CHANGE] Define language versions

This commit is contained in:
Peter Pfeufer
2025-02-01 16:11:44 +01:00
parent a18ec98877
commit f047943eb7

View File

@@ -3,6 +3,11 @@
# Update this file:
# pre-commit autoupdate
# Set the default language versions for the hooks
default_language_version:
python: python3 # Force all Python hooks to use Python 3
node: 22.12.0 # Force all Node hooks to use Node 22.12.0
repos:
# Code Upgrades
- repo: https://github.com/asottile/pyupgrade
@@ -81,6 +86,7 @@ repos:
rev: v0.41.0
hooks:
- id: markdownlint
language: node
args:
- --disable=MD013
# Infrastructure