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