Skip to content

Adding time and a half pay calculator algorithm to financial folder #12822

Adding time and a half pay calculator algorithm to financial folder

Adding time and a half pay calculator algorithm to financial folder #12822

Triggered via pull request April 17, 2025 23:28
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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