[CHANGE] Define language versions

This commit is contained in:
Peter Pfeufer 2025-02-01 16:11:44 +01:00
parent a18ec98877
commit f047943eb7
No known key found for this signature in database

View File

@ -3,6 +3,11 @@
# Update this file: # Update this file:
# pre-commit autoupdate # 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: repos:
# Code Upgrades # Code Upgrades
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
@ -81,6 +86,7 @@ repos:
rev: v0.41.0 rev: v0.41.0
hooks: hooks:
- id: markdownlint - id: markdownlint
language: node
args: args:
- --disable=MD013 - --disable=MD013
# Infrastructure # Infrastructure