[flake8]
max_complexity = 10
max-line-length = 120
exclude =
    .git,
    .idea,
    bit_vault_warden_client/__init__.py,
    .venv,
     venv
