team8 / outdoor-blind-navigation

Open-Source Sidewalk Navigation Software for Visually-Impaired Individuals using Multithreaded CNN’s
Other
26 stars 6 forks source link

Formatting #25

Open aoberai opened 3 years ago

aoberai commented 3 years ago

Formatting is terrible at the moment. Random camel case or snake case for both variables and functions. Fix current system and create set rules for formatting

aoberai commented 3 years ago

Follow pep8 standards. Autoformatting can be best done via autopep8. Create github action to run autopep8 formatting every time code is pushed.

autopep8 --in-place --aggressive --aggressive -r *.py