github workflows updated, small tests fixes #13
Merged
Annotations
10 errors and 1 warning
Analysing the code with pylint:
config.py#L32
R0902: Too many instance attributes (11/7) (too-many-instance-attributes)
|
Analysing the code with pylint:
dated_entries_group.py#L36
R0903: Too few public methods (1/2) (too-few-public-methods)
|
Analysing the code with pylint:
dated_entries_group.py#L85
R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
|
Analysing the code with pylint:
dated_entries_group.py#L142
W0707: Consider explicitly re-raising using 'except InvalidDateError as exc' and 'raise InvalidDateError(msg) from exc' (raise-missing-from)
|
Analysing the code with pylint:
dated_entries_group.py#L163
W0707: Consider explicitly re-raising using 'except KeyError as exc' and 'raise IncompleteDataRow(key) from exc' (raise-missing-from)
|
Analysing the code with pylint:
dated_entries_group.py#L183
W0707: Consider explicitly re-raising using 'except ValueError as exc' and 'raise ValueError from exc' (raise-missing-from)
|
Analysing the code with pylint:
dated_entries_group.py#L199
W0707: Consider explicitly re-raising using 'except KeyError as exc' and 'raise DatedEntryMissingError(msg) from exc' (raise-missing-from)
|
Analysing the code with pylint:
dated_entry.py#L112
R0903: Too few public methods (1/2) (too-few-public-methods)
|
Analysing the code with pylint:
dated_entry.py#L120
R0903: Too few public methods (1/2) (too-few-public-methods)
|
Analysing the code with pylint:
dated_entry.py#L172
R0913: Too many arguments (7/5) (too-many-arguments)
|
Run actions/setup-python@v5
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
The logs for this run have expired and are no longer available.
Loading