🐛 (src/): fix logout function #36
Annotations
50 errors
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#L46
Line too long (110/100) (line-too-long, C0301)
|
src/app.py#L50
Line too long (111/100) (line-too-long, C0301)
|
src/app.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
src/app.py#L43
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/app.py#L71
Access to a protected member _registry of a client class (protected-access, W0212)
|
src/db_redis.py#L129
Line too long (102/100) (line-too-long, C0301)
|
src/db_redis.py#L194
Line too long (104/100) (line-too-long, C0301)
|
src/db_redis.py#L247
Trailing whitespace (trailing-whitespace, C0303)
|
src/db_redis.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
src/db_redis.py#L6
Missing class docstring (missing-class-docstring, C0115)
|
src/db_redis.py#L10
Attribute name "REDIS_IP" doesn't conform to snake_case naming style (invalid-name, C0103)
|
src/db_redis.py#L11
Attribute name "REDIS_PASSWORD" doesn't conform to snake_case naming style (invalid-name, C0103)
|
src/db_redis.py#L12
Attribute name "LDAPSYNC_IP" doesn't conform to snake_case naming style (invalid-name, C0103)
|
src/db_redis.py#L13
Attribute name "LDAPSYNC_PORT" doesn't conform to snake_case naming style (invalid-name, C0103)
|
src/db_redis.py#L6
Too many instance attributes (10/7) (too-many-instance-attributes, R0902)
|
src/db_redis.py#L39
Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout, W3101)
|
src/db_redis.py#L100
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L124
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L141
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L164
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L201
Missing function or method docstring (missing-function-docstring, C0116)
|
src/db_redis.py#L225
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#L71
TODO: choose better Exception (fixme, W0511)
|
src/routes.py#L1
Missing module docstring (missing-module-docstring, C0114)
|
src/routes.py#L7
Missing function or method docstring (missing-function-docstring, C0116)
|
src/routes.py#L10
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L28
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L33
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L49
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L57
Missing function or method docstring (missing-function-docstring, C0116)
|
src/routes.py#L67
Missing function or method docstring (missing-function-docstring, C0116)
|
src/routes.py#L71
Catching too general exception Exception (broad-exception-caught, W0718)
|
src/routes.py#L77
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L85
Missing function or method docstring (missing-function-docstring, C0116)
|
src/routes.py#L88
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
|
src/routes.py#L97
Missing function or method docstring (missing-function-docstring, C0116)
|