-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add autopep8 #686
base: master
Are you sure you want to change the base?
Add autopep8 #686
Conversation
@filiptronicek Can you take a look at this PR |
Packaging seems to be succeeding, but it looks like we're missing something:
|
@filiptronicek could it be what you're seeing is due to a different Python version being used for validation (you seem to have run into this here #659 (review))? |
I think the size difference might be due to the missing custom commands: https://github.com/open-vsx/publish-extensions/pull/704/files#diff-67cc6b3a3e8789d9c898df808bc20c696365e6356a7ecc49d28cdb7e5b43a566R795 -- the required commands can be seen in https://github.com/microsoft/vscode-autopep8/blob/main/.github/actions/build-vsix/action.yml |
ping @filiptronicek |
Description
This PR introduces autopep8 for python project