pythonitalia / python-italy-telegram-bot

Modular telegram group management bot, used for the Python Italia telegram group
https://www.python.it/comunita/
GNU General Public License v3.0
16 stars 7 forks source link

FORMAT CODE WITH BLACK #20

Closed iflare3g closed 5 years ago

iflare3g commented 5 years ago

Se per voi va bene, mi piacerebbe formattare il codice utlizzando black, magari configurandolo con pre-commit così ogni commit sarà formattato seguendo PEP8. Fatemi sapere cosa ne pensate 😄

basic-ph commented 5 years ago

Let's go black!

Kavuti commented 5 years ago

Per me va bene. In ogni caso io mi baso sui consigli di PyCharm per poter applicare PEP 8

iflare3g commented 5 years ago

Per me va bene. In ogni caso io mi baso sui consigli di PyCharm per poter applicare PEP 8

Dovrebbe esserci anche il plugin in PyCharm per black o flake8, in ogni caso col pre-commit la formattazione la farà in automatico ( ti darà warnings in caso di problemi ) e così almeno siamo sicuri che ogni commit sarà PEPpizzato 🤣 Poi vuoi mettere avere il badge di black alla repo 😆

iflare3g commented 5 years ago

Merged #23