{"id":20905062,"url":"https://github.com/kaste/sublimelinter-contrib-ruff","last_synced_at":"2026-03-02T11:35:14.719Z","repository":{"id":219280689,"uuid":"748543445","full_name":"kaste/SublimeLinter-contrib-ruff","owner":"kaste","description":"Adapter to the ruff linter","archived":false,"fork":false,"pushed_at":"2024-09-03T14:09:19.000Z","size":25,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T05:41:16.826Z","etag":null,"topics":["python","ruff","sublime-linter","sublime-text","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kaste.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,"zenodo":null}},"created_at":"2024-01-26T08:03:03.000Z","updated_at":"2024-11-14T07:34:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"98e0bb63-4d6d-43e8-ab22-25c07aacd6dc","html_url":"https://github.com/kaste/SublimeLinter-contrib-ruff","commit_stats":null,"previous_names":["kaste/sublimelinter-contrib-ruff"],"tags_count":9,"template":false,"template_full_name":"SublimeLinter/SublimeLinter-template","purl":"pkg:github/kaste/SublimeLinter-contrib-ruff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-contrib-ruff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-contrib-ruff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-contrib-ruff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-contrib-ruff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaste","download_url":"https://codeload.github.com/kaste/SublimeLinter-contrib-ruff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-contrib-ruff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268339632,"owners_count":24234551,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python","ruff","sublime-linter","sublime-text","sublime-text-plugin"],"created_at":"2024-11-18T13:21:31.965Z","updated_at":"2026-03-02T11:35:14.691Z","avatar_url":"https://github.com/kaste.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SublimeLinter-contrib-ruff\n==========================\n\nThis linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [ruff](https://docs.astral.sh/ruff/). It will be used with files that have the “Python” syntax.\n\n## Installation\nSublimeLinter must be installed in order to use this plugin. \n\nPlease use [Package Control](https://packagecontrol.io) to install the linter plugin.\n\nBefore installing this plugin, you must ensure that `ruff` is installed on your system. Typically\n\n```\npip install ruff\n# or:\nrye install ruff\n```\n\nwill do that.  You can also install it into a virtual environment and SublimeLinter will find it.\n\n## Quick Fixes\n\n`ruff` provides fixes for some errors.  These fixes are available in SublimeLinter as quick actions. See the Command Palette: `SublimeLinter: Quick Action`.  (Also: https://github.com/SublimeLinter/SublimeLinter#quick-actionsfixers)\n\n![image](https://github.com/kaste/SublimeLinter-contrib-ruff/assets/8558/5dd3507a-4b30-442d-ace2-c5840c13d454)\n\nYou may want to define a key binding:\n\n```\n    // To trigger a quick action\n    { \"keys\": [\"ctrl+k\", \"ctrl+f\"],\n      \"command\": \"sublime_linter_quick_actions\"\n    },\n```\n\n\n## Settings\n- SublimeLinter settings: http://sublimelinter.readthedocs.org/en/latest/settings.html\n- Linter settings: http://sublimelinter.readthedocs.org/en/latest/linter_settings.html\n\nAdditional SublimeLinter-ruff settings:\n\n|Setting|Description    |\n|:------|:--------------|\n|no-cache                  |Default: `True`.  Turn the cache off as this plugin runs on every python file by default.  `ruff` is probably fast enough without a cache but you may turn this back \"on\" (`false`) on projects.|\n|disable_if_not_dependency |Default: `False`.  If set to `true`, use only locally installed `ruff` executables from virtual environments or skip linting the project.\n|check_for_local_configuration |Default: `False`. Set to `true` to check for a local \"ruff.toml\" configuration file. Skip running ruff if such a file cannot be found.[1]|\n\n\n[1] \"pyproject.toml\" detection is not implemented (yet?).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaste%2Fsublimelinter-contrib-ruff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaste%2Fsublimelinter-contrib-ruff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaste%2Fsublimelinter-contrib-ruff/lists"}