[flake8]
select = E,F,W
max_line_length = 80
ignore = E402, W503, E203
exclude =
  .git,
  .tox,
  .eggs,
  .config,
  *.egg-info,
  __pycache__,
  .pytest_cache,
  env,
  *.xml