BobaUbisoft17 / Aiogram_calendar

Keyboard-calendar for aiogram library
MIT License
1 stars 0 forks source link

Flake8 #3

Open Masynchin opened 1 year ago

Masynchin commented 1 year ago
    Finally started using flake8

_Originally posted by @BobaUbisoft17 in https://github.com/BobaUbisoft17/Aiogram_calendar/issues/1#issuecomment-1264734591_

Masynchin commented 1 year ago

@BobaUbisoft17 it is time to force using the flake8 (or any other linter) in this project, so it prevent you from pushing breaking/bad code. It also means you should configure a CI such way that you can not push any code that not satisfies linters.