confluent-kafka-python
confluent-kafka-python copied to clipboard
Setup isort and black library
Fixes #1351
thanks @jairhenrique ! note that i'm currently working on a branch serdes
to tidy a lot of stuff up. To avoid merge conflicts i think we'll do the code formatting after that gets merged to master.
@mhowlett I move this changes to serdes
branch and remove source formatting.
Nice :+1:
We'll want this added as one of the build steps in .travis.yml too, replacing the flake8 with the lint check target. Only need to do this for the Linux source builder.
@edenhill done!
@mhowlett What happened to this work? Not seeing it in master?