summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorYining <zhang.yining@gmail.com>2022-10-31 20:55:14 +0800
committerGitHub <noreply@github.com>2022-10-31 21:55:14 +0900
commit483d056528543df3349299db1ecf4aecfd0d7f44 (patch)
tree3a3bee0cb98195962eb25dfa91dbb8183b44db7d /supported-tools.md
parent06efbdd25a3a8cccf17692f7bd4eac71ae7d6e05 (diff)
downloadale-483d056528543df3349299db1ecf4aecfd0d7f44.zip
add: support for ruff as a Python linter and fixer (#4347)
this commit adds ruff as both a Python linter and fixer, together with some tests and documentation. ruff repo: https://github.com/charliermarsh/ruff
Diffstat (limited to 'supported-tools.md')
-rw-r--r--supported-tools.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 280ef760..93d0f2bb 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -492,6 +492,7 @@ formatting.
* [pyre](https://github.com/facebook/pyre-check) :warning:
* [pyright](https://github.com/microsoft/pyright)
* [reorder-python-imports](https://github.com/asottile/reorder_python_imports)
+ * [ruff](https://github.com/charliermarsh/ruff)
* [unimport](https://github.com/hakancelik96/unimport)
* [vulture](https://github.com/jendrikseipp/vulture) :warning: :floppy_disk:
* [yapf](https://github.com/google/yapf)