# Remove E501 eventually (line to long)
   [flake8]
    ignore =  E266, E203, E231,W503, E501
    max-line-length = 100
    max-complexity = 18
    select = B,C,E,F,W,T4,B9
