summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-08-07 12:24:59 +0100
committerw0rp <devw0rp@gmail.com>2020-08-07 12:24:59 +0100
commitb9a1c0e6d3691317b856285880edf11fce883809 (patch)
treeb3abf904a1ed63d5a3a9426a8020eacdbda40762
parent97d887ae22f10e12ccdc8255fdae7ad5e31ecb1e (diff)
downloadale-b9a1c0e6d3691317b856285880edf11fce883809.zip
Fix order of supported-tools for pyright
-rw-r--r--supported-tools.md2
1 files changed, 1 insertions, 1 deletions
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)