Skip to content

v4n6/flycheck-python-ruff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flycheck-python-ruff

Flycheck checker for python ruff linter that supports error explanations.

Install

MELPA

M-x package-install flycheck-python-ruff

Manual

M-x package-install-file

Usage

Add the following lines to your config

(eval-after-load 'flycheck                                       
  '(add-hook 'flycheck-mode-hook #'flycheck-python-ruff-setup))

If you have use-package installed

(use-package flycheck-python-ruff
  :ensure t
  :hook ((python-mode python-ts-mode) . flycheck-python-ruff-setup))

Contribute

Pull requests are welcomed.

About

Flycheck checker for python ruff linter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published