commit | 0023ee1fe0e8b80c7a9e8987e0f322a829e5d613 | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Wed Oct 13 17:54:33 2021 -0400 |
committer | GitHub <noreply@github.com> | Wed Oct 13 17:54:33 2021 -0400 |
tree | 9b217b24b0d19adc3f4049707135cf4c56194fb5 | |
parent | e6a3489a79da00a5de919a4a41782cc3b1d7f583 [diff] [blame] |
fix: add mypy checking + 'py.typed' file (#290)
diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..5663b40 --- /dev/null +++ b/mypy.ini
@@ -0,0 +1,7 @@ +[mypy] +python_version = 3.6 +namespace_packages = True +ignore_missing_imports = True + +[mypy-google.protobuf] +ignore_missing_imports = True