Skip to content

Commit

Permalink
Merge pull request #152 from kiudee/49_reduce_complexity
Browse files Browse the repository at this point in the history
Refactor out subunits from the main local tuning cli
  • Loading branch information
kiudee committed Aug 3, 2021
2 parents 435eafa + 3f91ee6 commit 2f29850
Show file tree
Hide file tree
Showing 6 changed files with 1,469 additions and 675 deletions.
31 changes: 31 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[mypy]

[mypy-bask.*]
ignore_missing_imports = True

[mypy-click.*]
ignore_missing_imports = True

[mypy-dill.*]
ignore_missing_imports = True

[mypy-matplotlib.*]
ignore_missing_imports = True

[mypy-numpy.*]
ignore_missing_imports = True

[mypy-pandas.*]
ignore_missing_imports = True

[mypy-scipy.*]
ignore_missing_imports = True

[mypy-sqlalchemy.*]
ignore_missing_imports = True

[mypy-sklearn.*]
ignore_missing_imports = True

[mypy-skopt.*]
ignore_missing_imports = True

0 comments on commit 2f29850

Please sign in to comment.