This commit is contained in:
Matan Shavit 2025-12-24 12:49:58 +01:00 committed by GitHub
commit 3ebf851ac6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 553 additions and 0 deletions

View file

@ -1,6 +1,7 @@
from __future__ import annotations
from pre_commit.lang_base import Language
from pre_commit.languages import bun
from pre_commit.languages import conda
from pre_commit.languages import coursier
from pre_commit.languages import dart
@ -25,6 +26,7 @@ from pre_commit.languages import unsupported_script
languages: dict[str, Language] = {
'bun': bun,
'conda': conda,
'coursier': coursier,
'dart': dart,