[flake8]
max-line-length = 88
extend-ignore =
    E203,
    E501,
    W503
exclude =
    .git,
    .mypy_cache,
    .pytest_cache,
    __pycache__,
    build,
    dist,
    open_data_products.egg-info
per-file-ignores =
    open_data_products/odps/__init__.py:F401,F403,E402
