branch: elpa/flycheck
commit 2842e237f6abe6602ac3b3bb1ce45bc130e0a1ec
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>
    [Fix #2086] Fix the name of the PyMarkdown config
---
 CHANGES.rst | 6 ++++++
 flycheck.el | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index a72ecb0ee5..bd9ad20a3e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
 ``master`` (unreleased)
 ======================
 
+-----------
+Bugs fixed
+-----------
+
+- [#2086]: Fix the name of the PyMarkdown config.
+
 35.0 (2025-04-23)
 ======================
 
diff --git a/flycheck.el b/flycheck.el
index 2fb3809478..dc1c43c615 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -11391,7 +11391,7 @@ See URL `https://github.com/markdownlint/markdownlint'."
 
 See URL `https://pypi.org/project/pymarkdownlnt/'."
   :command ("pymarkdown"
-            (config-file "--config" flycheck-markdown-markdownlint-cli-config)
+            (config-file "--config" flycheck-markdown-pymarkdown-config)
             "scan"
             source)
   :error-patterns

Reply via email to