Skip to content

Bump urllib3 from 2.2.1 to 2.2.2 #32

Bump urllib3 from 2.2.1 to 2.2.2

Bump urllib3 from 2.2.1 to 2.2.2 #32

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

45 errors

Pylint found 45 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 45 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L45

Line too long (110/100) (line-too-long, C0301)

Check failure on line 1 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L1

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

Check failure on line 42 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L42

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

Check failure on line 49 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L49

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

Check failure on line 68 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L68

Access to a protected member _registry of a client class (protected-access, W0212)

Check failure on line 115 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L115

Line too long (102/100) (line-too-long, C0301)

Check failure on line 173 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L173

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 88 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L88

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

Check failure on line 110 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L110

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

Check failure on line 127 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L127

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

Check failure on line 147 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L147

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

Check failure on line 180 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L180

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

Check failure on line 9 in src/db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db.py#L9

Line too long (101/100) (line-too-long, C0301)

Check failure on line 10 in src/db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db.py#L10

Line too long (101/100) (line-too-long, C0301)

Check failure on line 184 in src/db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db.py#L184

Line too long (101/100) (line-too-long, C0301)

Check failure on line 187 in src/db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db.py#L187

Line too long (101/100) (line-too-long, C0301)