Skip to content

Commit

Permalink
chore: add Kedro VS Code extension into implementations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam committed May 10, 2024
1 parent d1a8dd7 commit 38b9c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| _VSCode `black` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-black-formatter](https://github.com/microsoft/vscode-black-formatter) | VSCode extension for Python's [black](https://github.com/psf/black) |
| _VSCode `isort` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-isort](https://github.com/microsoft/vscode-isort) | VSCode extension for Python's [isort](https://pycqa.github.io/isort) |
| _VSCode `flake8` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-flake8](https://github.com/microsoft/vscode-flake8) | VSCode extension for Python's [flake8](https://github.com/PyCQA/flake8) |
| _VSCode `Kedro` extension_ | [Kedro](https://github.com/kedro-org/kedro) | [vscode-kedro](https://github.com/kedro-org/vscode-kedro) | Kedro Langauge Server and schema validation extension |
| _VSCode `mypy` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-mypy](https://github.com/microsoft/vscode-mypy) | VSCode extension for Python's [mypy](https://github.com/python/mypy) |
| _VSCode `pylint` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-pylint](https://github.com/microsoft/vscode-pylint) | VSCode extension for Python's [pylint](https://github.com/PyCQA/pylint) |
| _VSCode `ufmt` extension_ | [Omnilib](https://github.com/omnilib) | [vscode-ufmt](https://github.com/omnilib/vscode-ufmt) | VSCode extension for Python's [ufmt](https://ufmt.omnilib.dev/en/stable/) |
Expand Down

0 comments on commit 38b9c76

Please sign in to comment.