add github action #1
Annotations
10 errors
src/tests/test_check_functions.py#L151
src/tests/test_check_functions.py:151:9: F811 Redefinition of unused `test_inside_maxlength` from line 119
|
src/tests/test_check_functions.py#L305
src/tests/test_check_functions.py:305:89: E501 Line too long (104 > 88 characters)
|
src/tests/test_check_functions.py#L659
src/tests/test_check_functions.py:659:36: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
src/tests/test_check_functions.py#L659
src/tests/test_check_functions.py:659:65: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
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:`
|
src/tests/test_check_functions.py#L667
src/tests/test_check_functions.py:667:39: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
src/tests/test_check_functions.py#L675
src/tests/test_check_functions.py:675:33: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
src/tests/test_check_functions.py#L676
src/tests/test_check_functions.py:676:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
src/tests/test_check_functions.py#L677
src/tests/test_check_functions.py:677:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
src/tests/test_check_functions.py#L678
src/tests/test_check_functions.py:678:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
|
The logs for this run have expired and are no longer available.
Loading