summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorYining <zhang.yining@gmail.com>2022-12-06 23:26:09 +1100
committerGitHub <noreply@github.com>2022-12-06 21:26:09 +0900
commitcad8f8e68338221e157adb1fffbe8eb16c430fe0 (patch)
tree87cce6cbd6fcbe8d4013eaf049031def84af0875 /supported-tools.md
parent5ce2bf84ca00cee8f375f108952789302980ae57 (diff)
downloadale-cad8f8e68338221e157adb1fffbe8eb16c430fe0.zip
add: support for refurb as a Python linter (#4379)
this commit adds refurb as a Python linter, together with some tests and documentation. it should fix issue: #4362 refurb repo: https://github.com/dosisod/refurb
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 6fca98f9..d6ea92b4 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -499,6 +499,7 @@ formatting.
* [pylsp](https://github.com/python-lsp/python-lsp-server) :warning:
* [pyre](https://github.com/facebook/pyre-check) :warning:
* [pyright](https://github.com/microsoft/pyright)
+ * [refurb](https://github.com/dosisod/refurb) :floppy_disk:
* [reorder-python-imports](https://github.com/asottile/reorder_python_imports)
* [ruff](https://github.com/charliermarsh/ruff)
* [unimport](https://github.com/hakancelik96/unimport)