[flake8]
ignore = E203, E121, E126, E128, E125, E129, E131, W503, W504, I201, I100, I101
max-line-length = 160
show-source = False
application-import-names = autotabular
exclude =
    .git
    docs/
    venv
    build
