The aim of this issue is to make the python codebase follow all standard rules by a linter. Right now, some warnings are ignored in the pylintrc file, make the codebase follow all these standard rules. This will make the YABA app better.
Actually, there were a lot of warnings for inconsistent-return-statements, missing-module-docstring and somehow Pylint action treats them as an error, not warning and so it fails the test for linting.
Originally posted by @im-prakher in #63 (comment)