Files
ruff/src/utils/constants.ts
T
Kevin Stillhammer 276e678697 Always use api.github.com
The octokit client would default to the URL of enterprise instances and then not be able to find the ruff repo.
2025-01-28 21:09:08 +01:00

5 lines
157 B
TypeScript

export const REPO = "ruff";
export const OWNER = "astral-sh";
export const TOOL_CACHE_NAME = "ruff";
export const GITHUB_COM_API = "https://api.github.com";