dcwatson / deflate

Python extension wrapper for libdeflate.
MIT License
25 stars 6 forks source link

columns limit #34

Closed ThomasWaldmann closed 2 years ago

ThomasWaldmann commented 2 years ago

i have to admit that i don't really like the 88 limit. but as it was here first, we'll just take that for now.

@dcwatson maybe consider rather using 120?

dcwatson commented 2 years ago

It should be 88. I used to set mine longer, but have since given in to just using black defaults everywhere.

ThomasWaldmann commented 2 years ago

ok, let's use 88.

we likely will also use black in future for borgbackup, but i'll set that one to a higher limit.

IMHO, some line breaks make code just uglier than a bit longer lines would be (see this PR).