From 8b4528d0ce67d457605372d8eecca4dfc217f5cc Mon Sep 17 00:00:00 2001 From: herr kaste <herr.kaste@gmail.com> Date: Fri, 26 Jan 2024 14:49:53 +0100 Subject: [PATCH] Add "ruff" linter https://github.com/astral-sh/ruff --- contrib.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contrib.json b/contrib.json index 1fcd9dd..01115b1 100644 --- a/contrib.json +++ b/contrib.json @@ -1209,6 +1209,17 @@ } ] }, + { + "name": "SublimeLinter-contrib-ruff", + "details": "https://github.com/kaste/SublimeLinter-contrib-ruff", + "labels": ["linting", "SublimeLinter", "python"], + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "SublimeLinter-contrib-rustc", "details": "https://github.com/oschwald/SublimeLinter-contrib-rustc",