Hi! Im new to emacs, but im very obsessed with idea integrate ruff to it.
Here's what I did for the setup:
I added the following code to config.el:
(use-package flymake-ruff
:ensure t
:hook (python-mode . flymake-ruff-load))
I added to packages.el:
(package! flymake-ruff)
I restarted doom emacs. Of course, Ruff is present in the PATH.
However, I don't see any Ruff errors in the Python code. What am I doing wrong? The only confirmation of the plugin's work: after pressing M-x, I see the command flymake-ruff-load.
Enviropment:
[I] valera@t-t14 ~> emacs --version
GNU Emacs 29.1
valera@t-t14
OS: Manjaro Linux x86_64
Kernel: 6.1.62-1-MANJARO
WM: i3
I would be grateful for a response! Sorry in advance if the question is silly.
Hi! Im new to emacs, but im very obsessed with idea integrate ruff to it.
Here's what I did for the setup:
I added the following code to config.el:
I added to packages.el:
I restarted doom emacs. Of course, Ruff is present in the PATH. However, I don't see any Ruff errors in the Python code. What am I doing wrong? The only confirmation of the plugin's work: after pressing M-x, I see the command flymake-ruff-load.
Enviropment:
I would be grateful for a response! Sorry in advance if the question is silly.