Skip to content

Commit

Permalink
python: don't load flymake-ruff in non-python sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
semenInRussia committed Mar 3, 2024
1 parent 39260a0 commit f47092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/languages/my-python.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

(leaf flymake-ruff
:ensure t
:hook (eglot-managed-mode-hook . flymake-ruff-load))
:hook (python-mode-hook . flymake-ruff-load))

(leaf eglot
:ensure t
Expand Down

0 comments on commit f47092f

Please sign in to comment.