check failed test #2
Annotations
10 errors
Ruff (E501):
src/tests/test_check_functions.py#L301
src/tests/test_check_functions.py:301:89: E501 Line too long (104 > 88 characters)
|
Ruff (E712):
src/tests/test_check_functions.py#L655
src/tests/test_check_functions.py:655:36: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
Ruff (E712):
src/tests/test_check_functions.py#L655
src/tests/test_check_functions.py:655:65: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
Ruff (E712):
src/tests/test_check_functions.py#L659
src/tests/test_check_functions.py:659:39: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
Ruff (E712):
src/tests/test_check_functions.py#L663
src/tests/test_check_functions.py:663:39: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
Ruff (E712):
src/tests/test_check_functions.py#L671
src/tests/test_check_functions.py:671:33: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
Ruff (E712):
src/tests/test_check_functions.py#L672
src/tests/test_check_functions.py:672:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
Ruff (E712):
src/tests/test_check_functions.py#L673
src/tests/test_check_functions.py:673:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
Ruff (E712):
src/tests/test_check_functions.py#L674
src/tests/test_check_functions.py:674:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
Ruff (E712):
src/tests/test_check_functions.py#L675
src/tests/test_check_functions.py:675:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|