This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[main] INFO profile include tests: None | |
[main] INFO profile exclude tests: None | |
[main] INFO cli include tests: None | |
[main] INFO cli exclude tests: None | |
[main] INFO running on Python 3.8.8 | |
Run started:2021-05-15 16:49:52.455989 | |
Test results: | |
>> Issue: [B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling | |
to optimised byte code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************* Module src.const | |
src\const.py:1:0: C0114: Missing module docstring (missing-module-docstring) | |
************* Module src.data_table | |
src\data_table.py:125:0: C0325: Unnecessary parens after 'return' keyword (superfluous-parens) | |
src\data_table.py:255:0: C0325: Unnecessary parens after 'return' keyword (superfluous-parens) | |
src\data_table.py:404:0: C0305: Trailing newlines (trailing-newlines) | |
src\data_table.py:1:0: C0114: Missing module docstring (missing-module-docstring) | |
src\data_table.py:14:0: C0115: Missing class docstring (missing-class-docstring) | |
src\data_table.py:15:23: W0613: Unused argument 'table' (unused-argument) | |
src\data_table.py:14:0: R0903: Too few public methods (0/2) (too-few-public-methods) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************* Module src.const | |
src\const.py:2:0: C0301: Line too long (101/100) (line-too-long) | |
src\const.py:1:0: C0114: Missing module docstring (missing-module-docstring) | |
************* Module src.data_table | |
src\data_table.py:2:0: C0301: Line too long (101/100) (line-too-long) | |
src\data_table.py:6:0: C0301: Line too long (112/100) (line-too-long) | |
src\data_table.py:118:0: C0301: Line too long (127/100) (line-too-long) | |
src\data_table.py:125:0: C0325: Unnecessary parens after 'return' keyword (superfluous-parens) | |
src\data_table.py:255:0: C0325: Unnecessary parens after 'return' keyword (superfluous-parens) | |
src\data_table.py:289:0: C0301: Line too long (109/100) (line-too-long) |