feat: update PP calculators for standard, catch and mania #604
Annotations
7 errors
mypy:
aiosu/utils/performance.py#L82
Function is missing a type annotation for one or more arguments [no-untyped-def]
|
mypy:
aiosu/utils/performance.py#L110
Incompatible types in assignment (expression has type "float", variable has type "int") [assignment]
|
mypy:
aiosu/utils/performance.py#L117
Incompatible types in assignment (expression has type "Union[float, Any]", variable has type "int") [assignment]
|
mypy:
aiosu/utils/performance.py#L121
Incompatible types in assignment (expression has type "float", variable has type "int") [assignment]
|
mypy:
aiosu/utils/performance.py#L140
Incompatible types in assignment (expression has type "Union[float, int]", variable has type "int") [assignment]
|
mypy:
aiosu/utils/performance.py#L224
Incompatible types in assignment (expression has type "float", variable has type "int") [assignment]
|
mypy
Process completed with exit code 1.
|