[flake8]
exclude =
    .flake8
    .git
ignore = E722,  # ignore bare excepts until I can get around to fixing them
         W504   # line break after binary operator
max-line-length = 119
