We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f95e2 commit 40a6032Copy full SHA for 40a6032
README.md
@@ -8,8 +8,10 @@ We try to keep these crates as a well-packaged library for more potential users.
8
9
- [RustPython][RustPython] is a Python interpreter
10
- [Ruff][Ruff] is an extremely fast Python linter
11
+- [Pylyzer][Pylyzer] is a static code analyzer / language server for Python
12
- [Baembal][Baembal] is a Python package to accelerate `ast.parse`
13
14
[RustPython]: https://github.com/RustPython/RustPython
15
[Ruff]: https://github.com/charliermarsh/ruff
16
+[Pylyzer]: https://github.com/mtshiba/pylyzer
17
[Baembal]: https://github.com/youknowone/baembal
0 commit comments