Skip to content

Commit

Permalink
feat(checkers): add flymake-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 18, 2023
1 parent a7ae42c commit cf838c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-checkers.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
:straight t
:autoload flymake-easy-load)

(use-package flymake-ruff
:straight t
:hook ((python-mode python-ts-mode) . flymake-ruff-load))

(use-package flymake-collection
:straight t
:hook (minemacs-after-startup . flymake-collection-hook-setup))
Expand Down

0 comments on commit cf838c7

Please sign in to comment.