Adding time and a half pay calculator algorithm to financial folder #12771
Annotations
10 errors
Ruff (E501):
financial/time_and_half_pay.py#L19
financial/time_and_half_pay.py:19:86: E501 Line too long (122 > 88)
|
Ruff (E721):
financial/time_and_half_pay.py#L19
financial/time_and_half_pay.py:19:37: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
financial/time_and_half_pay.py#L19
financial/time_and_half_pay.py:19:10: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (W191):
financial/time_and_half_pay.py#L19
financial/time_and_half_pay.py:19:1: W191 Indentation contains tabs
|
Ruff (E501):
financial/time_and_half_pay.py#L18
financial/time_and_half_pay.py:18:86: E501 Line too long (130 > 88)
|
Ruff (E721):
financial/time_and_half_pay.py#L18
financial/time_and_half_pay.py:18:41: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
financial/time_and_half_pay.py#L18
financial/time_and_half_pay.py:18:10: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (W191):
financial/time_and_half_pay.py#L18
financial/time_and_half_pay.py:18:1: W191 Indentation contains tabs
|
Ruff (W191):
financial/time_and_half_pay.py#L17
financial/time_and_half_pay.py:17:1: W191 Indentation contains tabs
|
Ruff (W191):
financial/time_and_half_pay.py#L6
financial/time_and_half_pay.py:6:1: W191 Indentation contains tabs
|