Open aoberai opened 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
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
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