There is an automated test running for each PR that lints the code. It will help the reviewers to make a thorough review of the submitted algorithm. As a reviewer you MUST point out at least the problematic issues that the linter also found. Check the details of the test under the pylint section. It lists all linting errors and also a score.
Be aware though that linters do not catch everything. In particular if the code runs and produces the correct result.
There is an automated test running for each PR that lints the code. It will help the reviewers to make a thorough review of the submitted algorithm. As a reviewer you MUST point out at least the problematic issues that the linter also found. Check the details of the test under the pylint section. It lists all linting errors and also a score.
Be aware though that linters do not catch everything. In particular if the code runs and produces the correct result.