Skip to content

Commit

Permalink
Add ms-python.autopep8 (#733)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
bn-d and filiptronicek authored Jan 3, 2024
1 parent f0bd783 commit 147ab1a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,18 @@
"prepublish": "npm i && cd packages/vscode-pyright && npm run prepackage",
"msMarketplaceIdOverride": "ms-pyright.pyright"
},
"ms-python.autopep8": {
"repository": "https://github.com/microsoft/vscode-autopep8",
"custom": [
"python -m pip install -U pip",
"python -m pip install wheel",
"python -m pip install nox flake8 autopep8",
"npm ci --prefer-offline",
"python -m nox --session install_bundled_libs",
"npm run vsce-package"
],
"extensionFile": "autopep8.vsix"
},
"ms-python.black-formatter": {
"repository": "https://github.com/microsoft/vscode-black-formatter",
"custom": [
Expand Down

0 comments on commit 147ab1a

Please sign in to comment.