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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ These are the most useful VSCode Python extensions.
10
10
*[Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) - Notebook support for language kernels that are supported in Jupyter Notebooks today.
11
11
*[isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort) - Provides import sorting using isort.
12
12
*[black](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter) - Support for the black formatter.
13
+
*[flake8](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8) - For the flake8 linter.
13
14
14
15
* Extension by me:
15
16
*[Python Config](https://marketplace.visualstudio.com/items?itemName=franneck94.vscode-python-config) - Creates all needed config files for simple Python projects.
@@ -20,6 +21,7 @@ These are the most useful VSCode Python extensions.
20
21
*[TOML Highlighting](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) - A TOML language support extension.
21
22
*[PyInit](https://marketplace.visualstudio.com/items?itemName=DiogoNolasco.pyinit) - Generates __init__.py files inside your folders and subfolders.
22
23
*[Python Type Hint](https://marketplace.visualstudio.com/items?itemName=njqdev.vscode-python-typehint) - Provides type hint auto-completion for Python.
24
+
*[Ruff](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff) - For the Ruff linter.
0 commit comments