ZeusWPI / Haldis

Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where.
Other
13 stars 15 forks source link

add and run black formatter #136

Closed mcbloch closed 4 years ago

Jan-PieterBaert commented 4 years ago

@redfast00 I think you mean add CI to run pylint, afaik black formats your code such that pylint doesn't complain, when adding a CI, consider adding mypy (python typing) and flake8 (code style)

mcbloch commented 4 years ago

Black will indeed not complain. We can add commit hooks for it tho. Adding the ci for pylint and flake8 can be put in a separate branch. Then this can already go on master. I'll just reopen the pr or something if that's okay.