Adding time and a half pay calculator algorithm to financial folder #12822
Annotations
4 errors
ruff
Process completed with exit code 1.
|
Ruff (SIM101):
financial/time_and_half_pay.py#L26
financial/time_and_half_pay.py:26:12: SIM101 Multiple `isinstance` calls for `hours`, merge into a single call
|
Ruff (SIM101):
financial/time_and_half_pay.py#L23
financial/time_and_half_pay.py:23:12: SIM101 Multiple `isinstance` calls for `pay_rate`, merge into a single call
|
Ruff (SIM101):
financial/time_and_half_pay.py#L20
financial/time_and_half_pay.py:20:12: SIM101 Multiple `isinstance` calls for `hours_worked`, merge into a single call
|