Add Pylyzer

done by https://github.com/mtshiba/pylyzer/pull/37
This commit is contained in:
Jeong, YunWon 2023-06-11 21:56:59 +09:00 committed by GitHub
parent b2f95e2848
commit 40a603208f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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