From 728526682e7feb19411529504f2d83a135de4855 Mon Sep 17 00:00:00 2001 From: magneticminou Date: Fri, 7 Feb 2025 14:12:29 -0300 Subject: [PATCH] plugin: linter: add `ruff` to documentation --- runtime/plugins/linter/help/linter.md | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/plugins/linter/help/linter.md b/runtime/plugins/linter/help/linter.md index 0e9b9d94..eeb5233b 100644 --- a/runtime/plugins/linter/help/linter.md +++ b/runtime/plugins/linter/help/linter.md @@ -20,6 +20,7 @@ following filetypes and linters: * **python**: pyflakes * **python**: mypy * **python**: pylint +* **python**: ruff * **shell**: shfmt * **swift**: swiftc (MacOS and Linux only) * **yaml**: yamllint