[flake8]
ignore=
  # do not assign a lambda expression, use a def
  E731
  # line break after binary operator
  W504
max-line-length = 118
