branch: elpa/flycheck
commit 31bbe646b6b0e32418b833fa58a1f1dc7369fd3e
Author: Mark Wilkinson <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Update ruff id regex
---
 flycheck.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flycheck.el b/flycheck.el
index 8878330997a..c4a4c6fe176 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -10911,7 +10911,7 @@ See URL `https://docs.astral.sh/ruff/'."
           line-end)
    (warning line-start
             (or "-" (file-name)) ":" line ":" (optional column ":") " "
-            (id (one-or-more (any alpha)) (one-or-more digit) " ")
+            (id (one-or-more (any alpha)) (one-or-more digit)) " "
             (message (one-or-more not-newline))
             line-end))
   :working-directory flycheck-python-find-project-root

Reply via email to