Skip to content

Instantly share code, notes, and snippets.

@seahrh
Created April 6, 2020 04:00
Show Gist options
  • Save seahrh/d0076129926d603e7837d2bc7077d03d to your computer and use it in GitHub Desktop.
Save seahrh/d0076129926d603e7837d2bc7077d03d to your computer and use it in GitHub Desktop.
mypy config
[mypy]
python_version = 3.7
warn_return_any = True
warn_unused_configs = True
[mypy-apache_beam.*]
ignore_missing_imports = True
[mypy-google.cloud.*]
ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment