From fb02f71d645fe4d23df8e767436ed05efd8b596a Mon Sep 17 00:00:00 2001 From: Przemek Kryger Date: Tue, 26 Sep 2023 07:32:08 +0100 Subject: [PATCH] Add python-ts-mode to exordium-python-ruff flycheck checker --- modules/init-flycheck.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/init-flycheck.el b/modules/init-flycheck.el index 1d55abcf..377f6e16 100644 --- a/modules/init-flycheck.el +++ b/modules/init-flycheck.el @@ -167,7 +167,7 @@ See URL `http://pypi.python.org/pypi/ruff'." (markdown-view-mode) (font-lock-flush) (font-lock-ensure)))))) - :modes python-mode) + :modes (python-mode python-ts-mode)) (add-to-list 'flycheck-checkers 'exordium-python-ruff) (flycheck-add-next-checker 'exordium-python-ruff '(warning . exordium-python-mypy)))