Remove the linter, since it's no longer developed

This commit is contained in:
Dave Halter
2019-06-19 18:26:52 +02:00
parent db716d96e5
commit ccd7939a92
2 changed files with 1 additions and 9 deletions

View File

@@ -146,17 +146,12 @@ This means that in Python you can enable tab completion in a `REPL
<https://jedi.readthedocs.org/en/latest/docs/usage.html#tab-completion-in-the-python-shell>`_.
Static Analysis / Linter
Static Analysis
------------------------
To do all forms of static analysis, please try to use ``jedi.names``. It will
return a list of names that you can use to infer types and so on.
Linting is another thing that is going to be part of Jedi. For now you can try
an alpha version ``python -m jedi linter``. The API might change though and
it's still buggy. It's Jedi's goal to be smarter than classic linter and
understand ``AttributeError`` and other code issues.
Refactoring
-----------