dockerization #16
41 errors
Pylint found 41 errors
Annotations
Check failure on line 1 in tests.py
github-actions / Pylint
tests.py#L1
Missing module docstring (missing-module-docstring, C0114)
Check failure on line 8 in tests.py
github-actions / Pylint
tests.py#L8
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 19 in tests.py
github-actions / Pylint
tests.py#L19
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 5 in tests.py
github-actions / Pylint
tests.py#L5
Third party import "dotenv.load_dotenv" should be placed before first party import "src.db_redis.DBManager" (wrong-import-order, C0411)
Check failure on line 1 in src/__init__.py
github-actions / Pylint
src/__init__.py#L1
Missing module docstring (missing-module-docstring, C0114)
Check failure on line 1 in src/routes.py
github-actions / Pylint
src/routes.py#L1
Missing module docstring (missing-module-docstring, C0114)
Check failure on line 6 in src/routes.py
github-actions / Pylint
src/routes.py#L6
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 9 in src/routes.py
github-actions / Pylint
src/routes.py#L9
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 22 in src/routes.py
github-actions / Pylint
src/routes.py#L22
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 27 in src/routes.py
github-actions / Pylint
src/routes.py#L27
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 43 in src/routes.py
github-actions / Pylint
src/routes.py#L43
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 51 in src/routes.py
github-actions / Pylint
src/routes.py#L51
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 58 in src/routes.py
github-actions / Pylint
src/routes.py#L58
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 62 in src/routes.py
github-actions / Pylint
src/routes.py#L62
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 70 in src/routes.py
github-actions / Pylint
src/routes.py#L70
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 73 in src/routes.py
github-actions / Pylint
src/routes.py#L73
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 156 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L156
Line too long (104/100) (line-too-long, C0301)
Check failure on line 1 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L1
Missing module docstring (missing-module-docstring, C0114)
Check failure on line 5 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L5
Missing class docstring (missing-class-docstring, C0115)
Check failure on line 9 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L9
Attribute name "REDIS_IP" doesn't conform to snake_case naming style (invalid-name, C0103)
Check failure on line 10 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L10
Attribute name "REDIS_PASSWORD" doesn't conform to snake_case naming style (invalid-name, C0103)
Check failure on line 80 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L80
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 102 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L102
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 113 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L113
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 133 in src/db_redis.py
github-actions / Pylint
src/db_redis.py#L133
Missing function or method docstring (missing-function-docstring, C0116)