Skip to content
  • Kevin Morris's avatar
    style: set flake8's max-line-length=88 · 57c04099
    Kevin Morris authored
    
    
    In accordance with black's defined style, we now expect a maximum
    of 88 columns for any one particular line.
    
    This change fixes remaining violations of 88 columns in the codebase
    (not many), and introduces the modified flake8 configuration.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    57c04099