Part of #48. Enable type annotations for NumPy now that they exist. To support NumPy 1.20, replace np.bool with bool etc.
Had to disable one error message because of numerous false positives. This is an issue since there seems to be no way to suppress only this specific method.
Part of #48. Enable type annotations for NumPy now that they exist. To support NumPy 1.20, replace
np.bool
withbool
etc.Had to disable one error message because of numerous false positives. This is an issue since there seems to be no way to suppress only this specific method.