Move the code over from private repository (#3)

This commit is contained in:
Kerem Yilmaz
2024-03-01 10:09:30 -08:00
committed by GitHub
parent 32dd6d92a5
commit 9eddb3d812
93 changed files with 16798 additions and 0 deletions

10
mypy.ini Normal file
View File

@@ -0,0 +1,10 @@
[mypy]
namespace_packages = True
follow_imports = skip
check_untyped_defs = True
disallow_untyped_defs = True
exclude = ^(venv|venv-dev)
ignore_missing_imports = True
[mypy-numpy.*]
ignore_errors = True