From 483d056528543df3349299db1ecf4aecfd0d7f44 Mon Sep 17 00:00:00 2001 From: Yining Date: Mon, 31 Oct 2022 20:55:14 +0800 Subject: 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 --- supported-tools.md | 1 + 1 file changed, 1 insertion(+) (limited to 'supported-tools.md') 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) -- cgit v1.2.3