[flake8]
max-line-length = 88

ignore =
  W503
    # Line break before binary operator
  S101
    # Use of assert detected
