You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Python language support for [Atom-IDE](https://ide.atom.io/), powered by the [Py
8
8
9
9
## Requirements
10
10
11
-
[`ide-python`](https://atom.io/packages/ide-python) requires [Atom `1.21+`](https://atom.io/), [Python language server `0.19+`](https://github.com/palantir/python-language-server) and the [`atom-ide-ui`](https://atom.io/packages/atom-ide-ui) package to expose the functionality within Atom.
11
+
[`ide-python`](https://atom.io/packages/ide-python) requires [Atom `1.21+`](https://atom.io/), [Python language server `0.29+`](https://github.com/palantir/python-language-server) and the [`atom-ide-ui`](https://atom.io/packages/atom-ide-ui) package to expose the functionality within Atom.
12
12
13
13
## Feature Providers
14
14
@@ -18,6 +18,7 @@ Python language support for [Atom-IDE](https://ide.atom.io/), powered by the [Py
18
18
-[McCabe](https://github.com/PyCQA/mccabe) linter for complexity checking
19
19
-[pycodestyle](https://github.com/PyCQA/pycodestyle) linter for style checking
20
20
-[Pylint](https://www.pylint.org/) linter to detect various errors
21
+
-[Flake8](http://flake8.pycqa.org/en/latest/) linter to detect various errors
21
22
-[pydocstyle](https://github.com/PyCQA/pydocstyle) linter for docstring style checking
22
23
-[autopep8](https://github.com/hhatto/autopep8) for code formatting (preferred over YAPF)
23
24
-[YAPF](https://github.com/google/yapf) for code formatting
@@ -26,7 +27,7 @@ Python language support for [Atom-IDE](https://ide.atom.io/), powered by the [Py
26
27
27
28
### Language Server
28
29
29
-
Install the language server (0.25.0 or newer) with:
30
+
Install the language server (0.29.0 or newer) with:
0 commit comments