[flake8]
show-source = True
builtins = unicode
max-line-length = 130
per-file-ignores =
    # line too long
    scanscope/portmap.py: E501,
