Created
April 6, 2020 04:00
-
-
Save seahrh/d0076129926d603e7837d2bc7077d03d to your computer and use it in GitHub Desktop.
mypy config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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