File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ repos:
12
12
- id : isort
13
13
# https://github.com/python/black#version-control-integration
14
14
- repo : https://github.com/psf/black
15
- rev : 21.6b0
15
+ rev : 22.10.0
16
16
hooks :
17
17
- id : black
18
18
- repo : https://github.com/pycqa/flake8
19
19
rev : 3.9.2
20
20
hooks :
21
21
- id : flake8
22
22
- repo : https://github.com/pre-commit/mirrors-mypy
23
- rev : v0.910
23
+ rev : v0.982
24
24
hooks :
25
25
- id : mypy
26
26
# Copied from setup.cfg
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def optimized_iterations_pd(self) -> Optional[pd.DataFrame]:
152
152
return pd .DataFrame (self ._all_iters , columns = self .column_names )
153
153
154
154
@property
155
- def optimized_params_dict (self ) -> Dict [str , float ]:
155
+ def optimized_params_dict (self ) -> Dict [str , np . float64 ]:
156
156
"""
157
157
Returns all estimates from the optimizer, including `lp__` as a
158
158
Python Dict. Only returns estimate from final iteration.
You can’t perform that action at this time.
0 commit comments