{"id":13479298,"url":"https://github.com/yaegassy/coc-ruff","last_synced_at":"2025-04-05T23:10:36.266Z","repository":{"id":65311912,"uuid":"589479569","full_name":"yaegassy/coc-ruff","owner":"yaegassy","description":"Ruff Language Server extension for coc.nvim","archived":false,"fork":false,"pushed_at":"2025-02-11T02:42:26.000Z","size":346,"stargazers_count":63,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T20:24:25.588Z","etag":null,"topics":["coc","coc-extensions","coc-nvim","coc-ruff","neovim","python","python3","ruff","ruff-lsp","vim"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@yaegassy/coc-ruff","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaegassy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-16T08:10:44.000Z","updated_at":"2025-04-02T13:37:27.000Z","dependencies_parsed_at":"2024-06-14T12:32:59.531Z","dependency_job_id":"de4f6ff7-772d-4e67-97bb-5dde6c170a70","html_url":"https://github.com/yaegassy/coc-ruff","commit_stats":{"total_commits":237,"total_committers":2,"mean_commits":118.5,"dds":"0.021097046413502074","last_synced_commit":"531e2a4cf0207b4e73dcdf5ce47fe0999e2dc8ea"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaegassy%2Fcoc-ruff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaegassy%2Fcoc-ruff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaegassy%2Fcoc-ruff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaegassy%2Fcoc-ruff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaegassy","download_url":"https://codeload.github.com/yaegassy/coc-ruff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411235,"owners_count":20934653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coc","coc-extensions","coc-nvim","coc-ruff","neovim","python","python3","ruff","ruff-lsp","vim"],"created_at":"2024-07-31T16:02:13.119Z","updated_at":"2025-04-05T23:10:36.234Z","avatar_url":"https://github.com/yaegassy.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# coc-ruff\n\n[Ruff](https://github.com/astral-sh/ruff) Language Server extension for [coc.nvim](https://github.com/neoclide/coc.nvim).\n\n\u003cimg width=\"791\" alt=\"coc-ruff-demo\" src=\"https://user-images.githubusercontent.com/188642/212628682-82b1f97d-f349-427f-95a0-f53c46c9854b.png\"\u003e\n\n## Install\n\n**CocInstall**:\n\n```vim\n:CocInstall @yaegassy/coc-ruff\n```\n\n\u003e scoped packages\n\n**e.g. vim-plug**:\n\n```vim\nPlug 'yaegassy/coc-ruff', {'do': 'yarn install --frozen-lockfile'}\n```\n\n## Configuration options\n\n- `ruff.enable`: Enable coc-ruff extension, default: `true`\n- `ruff.nativeServer`: Use the integrated Rust-based language server, available now in Beta, default: `true`\n- `ruff.nativeBinaryPath`: Custom path for the `ruff` binary when using the native server. If no value is set, the `ruff` command will be detected from the runtime environment, default: `\"\"`\n- `ruff.disableDocumentFormatting`: Disable document formatting only, default: `false`\n- `ruff.disableHover`: Disable hover only, default: `false`\n- `ruff.useDetectRuffCommand`: Automatically detects the ruff command in the execution environment and sets `ruff.path`, default: `true`\n- `ruff.client.codeAction.showDocumantaion.enable`: Whether to display the code action for open the Ruff rule documentation web page included in the diagnostic information, default: `false`\n- `ruff.trace.server`: Traces the communication between coc.nvim and the ruff-lsp, default: `\"off\"`\n\nOther settings have the same configuration as [ruff-vscode](https://github.com/astral-sh/ruff-vscode).\n\n## Commands\n\n- `ruff.executeAutofix`: Fix all auto-fixable problems\n- `ruff.executeFormat`: Format document\n- `ruff.executeOrganizeImports`: Format imports\n- `ruff.debugInformation`: Print debug information (native server only)\n- `ruff.showLogs`: Show logs\n- `ruff.restart`: Restart Server\n\n## Thanks\n\n- [astral-sh/ruff](https://github.com/astral-sh/ruff)\n- [astral-sh/ruff-vscode](https://github.com/astral-sh/ruff-vscode)\n\n## License\n\nMIT\n\n---\n\n\u003e This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaegassy%2Fcoc-ruff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaegassy%2Fcoc-ruff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaegassy%2Fcoc-ruff/lists"}