[flake8]
exclude = .venv/,.mypy_cache/,.pytest_cache/
ignore = E402
max-line-length = 119
[mypy]
[mypy-jose.*]
ignore_missing_imports = true
[mypy-pytz.*]