[flake8]
select = B, C, E, F, W, T4, B9
ignore = W503
max-line-length = 88
max-complexity = 19
exclude = .git, __pycache__, build, dist, .eggs, .tox
per-file-ignores =
    Tests/bitmap_test.py:E126, E131, E241
