botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

Task/improve code style again #344

Closed ybastide closed 4 years ago

ybastide commented 6 years ago

Huge PR, mostly thanks to running black on simpleflow :slightly_smiling_face:

jbbarth commented 6 years ago

@ybastide nice! Happy to merge once we have something in place to ensure we don't deviate again. Maybe we can provide a script/check that delegates to black and is included in Travis tests? Or you have a better idea?

ybastide commented 6 years ago

The black authors advise to use using a pre-commit hook: Version control integration

jbbarth commented 6 years ago

OK! Will do, but doesn't guarantees others will. "black --check" as a pre-step before the tests?

ybastide commented 6 years ago

"black --check" as a pre-step before the tests

yep, why not?

ybastide commented 4 years ago

To redo :roll_eyes: