flymake-ruff

Homepage: https://github.com/erickgnavar/flymake-ruff

Author: Erick Navarro

Updated:

Summary

A flymake plugin for python files using ruff

Commentary

Usage:
  (require 'flymake-ruff)
  (add-hook 'python-mode-hook #'flymake-ruff-load)

Or, with use-package:
  (use-package flymake-ruff
    :ensure t
    :hook (python-mode . flymake-ruff-load))

Dependencies