zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Feature Request] Black for automatic PEP checks #51

Open zztin opened 3 years ago

zztin commented 3 years ago

Description

A consistent styling of the code help cola orators easily read and maintain the code. Implementing black every time as a pull request manually is time consuming.

Possible Solution

Automatic run black before commit.

tai271828 commented 3 years ago

I am going to use pre-commit to hook black and flake8 as solution.