Bump urllib3 from 2.2.1 to 2.2.2 #32
Annotations
45 errors and 1 warning
tests.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
tests.py#L8
Missing function or method docstring (missing-function-docstring, C0116)
|
tests.py#L19
Missing function or method docstring (missing-function-docstring, C0116)
|
tests.py#L5
Third party import "dotenv.load_dotenv" should be placed before first party import "src.db_redis.DBManager" (wrong-import-order, C0411)
|
src/__init__.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
src/app.py#L45
Line too long (110/100) (line-too-long, C0301)
|
src/app.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
src/app.py#L42
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/app.py#L49
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/app.py#L68
Access to a protected member _registry of a client class (protected-access, W0212)
|
src/db_redis.py#L115
Line too long (102/100) (line-too-long, C0301)
|
src/db_redis.py#L173
Line too long (104/100) (line-too-long, C0301)
|
src/db_redis.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
src/db_redis.py#L5
Missing class docstring (missing-class-docstring, C0115)
|
src/db_redis.py#L9
Attribute name "REDIS_IP" doesn't conform to snake_case naming style (invalid-name, C0103)
|
src/db_redis.py#L10
Attribute name "REDIS_PASSWORD" doesn't conform to snake_case naming style (invalid-name, C0103)
|
src/db_redis.py#L88
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L110
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L127
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L147
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L180
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db.py#L9
Line too long (101/100) (line-too-long, C0301)
|
src/db.py#L10
Line too long (101/100) (line-too-long, C0301)
|
src/db.py#L184
Line too long (101/100) (line-too-long, C0301)
|
src/db.py#L187
Line too long (101/100) (line-too-long, C0301)
|
src/db.py#L220
Line too long (134/100) (line-too-long, C0301)
|
src/db.py#L60
TODO: potrebbe essere migliorato usando un file SQL che definisce la struttura (fixme, W0511)
|
src/db.py#L251
TODO: 'else' dovrebbe ritornare {} (dict vuoto) (fixme, W0511)
|
src/db.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
src/db.py#L280
No value for argument 'app' in constructor call (no-value-for-parameter, E1120)
|
src/routes.py#L68
TODO: choose better Exception (fixme, W0511)
|
src/routes.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
src/routes.py#L6
Missing function or method docstring (missing-function-docstring, C0116)
|
src/routes.py#L9
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L25
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L30
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L46
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L54
Missing function or method docstring (missing-function-docstring, C0116)
|
src/routes.py#L64
Missing function or method docstring (missing-function-docstring, C0116)
|
src/routes.py#L68
Catching too general exception Exception (broad-exception-caught, W0718)
|
src/routes.py#L74
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L82
Missing function or method docstring (missing-function-docstring, C0116)
|
src/routes.py#L85
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L96
Missing function or method docstring (missing-function-docstring, C0116)
|
src/config.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
Run linters
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|