branch: elpa/flycheck
commit efda9ad5f2d1e9b3981cb974d0103b41d653f779
Author: Clément Pit-Claudel <clement.pitclau...@live.com>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Copy edit the docstring of the Ruff checker
    
    Suggested-by: @joostkremers
---
 flycheck.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/flycheck.el b/flycheck.el
index b32ae6bce2..9e657e4992 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -10808,9 +10808,7 @@ Requires Flake8 3.0 or newer. See URL
                               '("pyproject.toml" "ruff.toml" ".ruff.toml"))
 
 (flycheck-define-checker python-ruff
-  "A Python syntax and style checker using the ruff.
-To override the path to the ruff executable, set
-`flycheck-python-ruff-executable'.
+  "A Python syntax and style checker using Ruff.
 
 See URL `https://beta.ruff.rs/docs/'."
   :command ("ruff"

Reply via email to