From 40a603208f40f6aa904297fa1dbd7c6d4ba5125a Mon Sep 17 00:00:00 2001 From: "Jeong, YunWon" <69878+youknowone@users.noreply.github.com> Date: Sun, 11 Jun 2023 21:56:59 +0900 Subject: [PATCH] Add Pylyzer done by https://github.com/mtshiba/pylyzer/pull/37 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e78d63e..fabc83b 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ We try to keep these crates as a well-packaged library for more potential users. - [RustPython][RustPython] is a Python interpreter - [Ruff][Ruff] is an extremely fast Python linter +- [Pylyzer][Pylyzer] is a static code analyzer / language server for Python - [Baembal][Baembal] is a Python package to accelerate `ast.parse` [RustPython]: https://github.com/RustPython/RustPython [Ruff]: https://github.com/charliermarsh/ruff +[Pylyzer]: https://github.com/mtshiba/pylyzer [Baembal]: https://github.com/youknowone/baembal