Skip to content

Add Deno hook language support - #3756

Closed
GruffElixir wants to merge 1 commit into
pre-commit:mainfrom
GruffElixir:feat/3410-deno-language
Closed

GruffElixir wants to merge 1 commit into
pre-commit:mainfrom
GruffElixir:feat/3410-deno-language

Conversation

@GruffElixir

Copy link
Copy Markdown

Add a system-installed Deno language implementation. Hooks prepend deno to the configured entry, health checks run deno --version, and no environment is created. Add runner and health-check coverage.

Tests:

  • py -m pytest tests/languages/deno_test.py tests/clientlib_test.py (66 passed)

Fixes #3410

Copilot AI lite review requested due to automatic review settings September 10, 2026 23:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@asottile

Copy link
Copy Markdown
Member

this provides nothing over language: unsupported. -- you can already prefix a command with deno in the entry

@GruffElixir

Copy link
Copy Markdown
Author

Fair point. With the current no-install/no-env implementation, language: unsupported plus entry: deno ... covers the same case. I am closing this rather than add a thin alias.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Add deno to supported languages

4 participants