[flake8]
per-file-ignores =
    # imported but unused
    __init__.py: F401

filename = zimran/*, tests/*
max-line-length = 120
max-complexity = 10
exclude =
      .git,
      __pycache__
jobs = 4
show-source = true
import-order-style = smarkets

