Skip to content

Commit

Permalink
Add flymake-ruff to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Mar 29, 2023
1 parent 7d962bf commit 5fe0e05
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/editor-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@ Ruff should then appear as a runnable action:
Ruff is also available as the [Ruff](https://plugins.jetbrains.com/plugin/20574-ruff) plugin on the
IntelliJ Marketplace (maintained by @koxudaxi).

## Emacs (Unofficial)

Ruff is available as [`flymake-ruff`](https://melpa.org/#/flymake-ruff) on MELPA:

```elisp
(require 'flymake-ruff)
(add-hook 'python-mode-hook #'flymake-ruff-load)
```

## TextMate (Unofficial)

Ruff is also available via the [`textmate2-ruff-linter`](https://github.com/vigo/textmate2-ruff-linter)
Expand Down

0 comments on commit 5fe0e05

Please sign in to comment.