vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Code Formatting #110

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Is your feature request related to a problem? Please describe. Code formatting is an essential part of an open-source project to maintain uniformity and readability.

Describe the solution you'd like We can look at solutions like psf/black. (a personal favourite due to it's simplicity)

Black makes code review faster by producing the smallest diffs possible. Blackened code looks the same regardless of the project you’re reading. Formatting becomes transparent after a while and you can focus on the content instead.

A PR where all code is black formatted and tested should also include some changes in .travis.yml to check black formatting in Travis CI.

Describe alternatives you've considered None

Additional context GitHub repo for Black A repository which uses Black

chttrjeankr commented 4 years ago

Would like to format and create the necessary changes. ☺️

chttrjeankr commented 4 years ago

Waiting for #109 to be merged to create a PR for this issue. :slightly_smiling_face: