62f254a black-ify code and add black to CI config

Authored and Committed by adamwill 3 years ago
    black-ify code and add black to CI config
    
    Let's use the shiny new opinionated code formatter everyone's
    talking about:
    
    https://github.com/psf/black
    
    in addition to pylint, for now, because I think pylint may still
    catch stuff black doesn't. This reformats the code and tests to
    pass black, and adds a black check to the CI checks. We set the
    line length to 100 because that's the line length God intended,
    don't @ me. We turn off pylint's bad-continuation check because
    it and black disagree about how one style of continuation should
    work, there is a strong consensus that black's right and pylint
    is wrong, and pylint has actually given up and just removed this
    check entirely upstream now.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
        
file modified
+2 -0
file modified
+1 -0
file modified
+4 -0
file modified
+69 -37
file modified
+1 -0
file modified
+52 -46
file modified
+78 -50
file modified
+183 -151
file modified
+7 -3
file modified
+84 -75
file modified
+179 -98
file modified
+13 -9
file modified
+119 -94
file modified
+61 -58
file modified
+8 -4
file modified
+120 -94
file modified
+4 -2
file modified
+119 -55
file modified
+233 -155
file modified
+1 -0