Nihilate / Roboragi

Roboragi is a Reddit bot which helps link anime, manga, and other Japanese media.
GNU Affero General Public License v3.0
167 stars 30 forks source link

Fix #73, blacken all the code #74

Closed reillysiemens closed 2 years ago

reillysiemens commented 5 years ago

@Nihilate: This PR should address #73 by applying Black to all the relevant Python code. It looks like a lot of changes, but it's mostly just exchanging ' for " and reflowing some code.

I'd like to include running Black in the CI pipeline so that future PRs are required to follow the same formatting, but it's not obvious to me how I should configure that. Happy to add it myself if you can point me in the right direction, otherwise I'd recommend you include running it like this

black --verbose --check roboragi tests

to validate both the application and the tests. :grin:

reillysiemens commented 4 years ago

@Nihilate: Is this a contribution you're interested in taking?