-
Notifications
You must be signed in to change notification settings - Fork 315
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
Enhance project structure (VSC-277) #73
Enhance project structure (VSC-277) #73
Conversation
Merge master from espressif/vscode-esp-idf-extension
Merge commit
Master merge
merge from GH master
Removed gulp script from vsix moved the logo to media folder
Sync Merge
Update Readme Update lint script to prettier Update CI for gitlab actions
Should we have prettier for Python files or have bandit/flake in the subdirectory ? |
Well but as of not these bandid/flake8 files which i removed didn't do anything since they were not run in CI or in the npm scripts as well and both the script also have added |
We use yapf to format code in all other projects (and here too https://github.com/espressif/vscode-esp-idf-extension/blob/master/.style.yapf ), so it's better to stick with it in this project too. |
Correct, haven't modified that file, just some file which were un-used in the repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Python lint related conversation should happen in a new PR.
Enhance Project Structure by:
gulp
script invsix