From b9a1c0e6d3691317b856285880edf11fce883809 Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 7 Aug 2020 12:24:59 +0100 Subject: [PATCH] Fix order of supported-tools for pyright --- supported-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supported-tools.md b/supported-tools.md index 03650db2..7fa6ec4f 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -380,8 +380,8 @@ formatting. * [pylama](https://github.com/klen/pylama) :floppy_disk: * [pylint](https://www.pylint.org/) :floppy_disk: * [pyls](https://github.com/palantir/python-language-server) :warning: - * [pyright](https://github.com/microsoft/pyright) * [pyre](https://github.com/facebook/pyre-check) :warning: + * [pyright](https://github.com/microsoft/pyright) * [reorder-python-imports](https://github.com/asottile/reorder_python_imports) * [vulture](https://github.com/jendrikseipp/vulture) :warning: :floppy_disk: * [yapf](https://github.com/google/yapf)