-
Notifications
You must be signed in to change notification settings - Fork 4
Linting
Nishant Balaji edited this page Jul 26, 2021
·
3 revisions
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.
Pyrenote is based heavily on Audino as well as Wavesufer.js. Be sure to check them out!