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
To make sure code stays close enough to a standard style, we have a few commands to automate the cleaning up for style:
For frontend work, make sure node.js is installed and then run:
cd audino/frontend/; npm run lint
For backend work:
TBD
For VSCode users, pylance can highlight pep-8 formatting errors while developing code. Follow VSCode's documentation to set up pylance as a linter in vscode.