Isn’t there some merit to the notion that long lines are typically either overly verbose or mentally challenging to understand?
Suppose I'm at 80 characters, and everyone agrees this is a reasonable line. Then suppose I refactor a variable that was 3 characters and its now 12 characters, and everyone agrees this is a better variable name. Now my 80 character line is 89, and it's suddenly unreadable?
No, that's still readable, it's just longer.
Personally if I see a long line, I try to shorten it, but I'm okay to leave it long if I think longer is better.