thosaniparth / CmyPlot

MIT License
0 stars 2 forks source link

Code Formatters - Black on Python #17

Closed thosaniparth closed 2 years ago

thosaniparth commented 2 years ago

We should use a feature that will check the syntax and formatting and also correct them for better visibility of the codebase. We can use Black for Python.

nsshah14 commented 2 years ago

Black is only checking for formatting and not editing the files. The workflow file needs to be revised to check the command.

nsshah14 commented 2 years ago

I updated the GitHub workflows file with the updated command which edits all the files and does code formatting. Closing this issue now.