[flake8]
per-file-ignores =
  xgbse/__init__.py: F401
max-line-length = 160
ignore = E203, W503
