diff --git a/index.html b/index.html index 4cfd40d..7c96fe3 100644 --- a/index.html +++ b/index.html @@ -693,9 +693,9 @@

VSCode extensionMarketplace or from the command line:

code --install-extension pylyzer.pylyzer
 
-

What is the difference from Ruff?#

-

Ruff, like pylyzer, is a static code analysis tool for Python written in Rust, but Ruff is a linter and pylyzer is a type checker & language server. -pylyzer does not perform linting, and Ruff does not perform type checking.

+

What is the difference from Ruff?#

+

Ruff, like pylyzer, is a static code analysis tool for Python written in Rust, but Ruff is a linter and pylyzer is a type checker & language server. +pylyzer does not perform linting & formatting, and Ruff does not perform type checking.

How it works#

pylyzer uses the type checker of the Erg programming language internally. This language is a transpiled language that targets Python, and has a static type system.

@@ -714,20 +714,24 @@

Limitations

TODOs#