Galaxy13 / telegramqrbot

Docker-deploy, Python 3, Telegram bot test
0 stars 1 forks source link

Use autoformatter #5

Open Overflow922 opened 2 years ago

Overflow922 commented 2 years ago

We should come up with code style. I suppose we can use pep8 as an autoformatter. Another question should we fail a build if code isn't formatted properly. @Galaxy13 what do you think?

Galaxy13 commented 2 years ago

I've tried to implement the Black package with a test on stylistics in Travis Ci. The efficiency of it hasn't been tested

Overflow922 commented 2 years ago

@Galaxy13 this was addressed, right?