jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
808 stars 99 forks source link

Black formatting #327

Closed jorisroovers closed 2 years ago

jorisroovers commented 2 years ago

We're moving to black for formatting. Considered this before but didn't like some of black's aggressive splitting of lines. I've now added fmt:off/fmt:on to disable black for a few egregious cases.

This should save some time fixing PEP8 errors :-)