[flake8]
max-line-length = 80
ignore = A003
per-file-ignores =
  tests/*.py:S101
