1 flymake-pyrefly
═════════════════

  A [Pyrefly] backend for [Flymake].


[Pyrefly] <https://pyrefly.org/>

[Flymake]
<https://www.gnu.org/software/emacs/manual/html_node/flymake/index.html#Top>


2 How to install
════════════════

  ┌────
  │ (use-package flymake-pyrefly
  │   :vc (:url "https://github.com/inpefess/flymake-pyrefly.git")
  │   :hook (python-mode . pyrefly-setup-flymake-backend))
  └────
