Linting - UCSD-E4E/Pyrenote GitHub Wiki
Linting
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.