Skip to content

Commit

Permalink
Add python-ts-mode to exordium-python-ruff flycheck checker
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Sep 26, 2023
1 parent f7ca34e commit fb02f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/init-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit fb02f71

Please sign in to comment.