Consider using code formatter
krober10nd opened this issue · 1 comments
krober10nd commented
- I use the code formatter called black which automatically formats and syntax checks the code every time I save in my vim editor.
- This can be run automatically (known as lint checking).
- Standards are good.
jaimesouza commented
Nice, I am gonna try it.