Skip to content

SERVER_NAME config & error handling #17

SERVER_NAME config & error handling

SERVER_NAME config & error handling #17

GitHub Actions / Pylint failed Oct 4, 2024 in 0s

43 errors

Pylint found 43 errors

Annotations

Check failure on line 1 in tests.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

tests.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 8 in tests.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

tests.py#L8

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 19 in tests.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

tests.py#L19

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 5 in tests.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/__init__.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 65 in src/routes.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/routes.py#L65

TODO: choose better Exception (fixme, W0511)

Check failure on line 1 in src/routes.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/routes.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 6 in src/routes.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/routes.py#L51

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 61 in src/routes.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/routes.py#L61

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 65 in src/routes.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/routes.py#L65

Catching too general exception Exception (broad-exception-caught, W0718)

Check failure on line 71 in src/routes.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/routes.py#L71

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 79 in src/routes.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/routes.py#L79

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 82 in src/routes.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/routes.py#L82

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 156 in src/db_redis.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L102

Missing function or method docstring (missing-function-docstring, C0116)