Skip to content

feat: update PP calculators for standard, catch and mania #604

feat: update PP calculators for standard, catch and mania

feat: update PP calculators for standard, catch and mania #604

Triggered via pull request December 4, 2024 19:43
Status Failure
Total duration 52s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.