emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flycheck efda9ad5f2 1/5: Copy edit the docstring of the Ru


From: ELPA Syncer
Subject: [nongnu] elpa/flycheck efda9ad5f2 1/5: Copy edit the docstring of the Ruff checker
Date: Sat, 29 Jun 2024 10:00:03 -0400 (EDT)

branch: elpa/flycheck
commit efda9ad5f2d1e9b3981cb974d0103b41d653f779
Author: Clément Pit-Claudel <clement.pitclaudel@live.com>
Commit: Bozhidar Batsov <bozhidar@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

[Prev in Thread] Current Thread [Next in Thread]