Skip to content

Changed version number with v0.16.1 #108

Changed version number with v0.16.1

Changed version number with v0.16.1 #108

Triggered via push February 24, 2024 13:06
Status Cancelled
Total duration 2s
Artifacts

after_push.yaml

on: push
select_type
select_type
tagext
tagext
check
check
image
image
check_2
check_2
release
release
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 237 warnings, and 761 notices
After Push
Canceling since a higher priority waiting request for 'After Push' exists
Improper first parameter: upsonic_on_prem/utils/ai/tree-sitter-python/test/tags/main.py#L3
Method must have a first parameter, usually called 'self'
Attempt to call a non-callable object: upsonic_on_prem/utils/ai/ai.py#L97
'code_to_document_pipeline' is not callable
Redeclared names without usages: upsonic_on_prem/dash/app/apps.py#L4
Redeclared 'AppConfig' defined above without usage
Redeclared names without usages: upsonic_on_prem/dash/dash/settings.py#L194
Redeclared 'DEBUG' defined above without usage
Redeclared names without usages: upsonic_on_prem/dash/app/models.py#L24
Redeclared 'User' defined above without usage
Redeclared names without usages: upsonic_on_prem/dash/dash/settings.py#L191
Redeclared 'ALLOWED_HOSTS' defined above without usage
Unbound local variables: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python2-grammar-crlf.py#L484
Local variable 'z' might be referenced before assignment
Unbound local variables: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3.8_grammar.py#L254
Local variable 'check_syntax_error' might be referenced before assignment
Unbound local variables: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python2-grammar-crlf.py#L481
Local variable 'z' might be referenced before assignment
Unbound local variables: upsonic_on_prem/utils/db/__init__.py#L44
Name 'storage' can be undefined
Unbound local variables: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python2-grammar.py#L485
Local variable 'z' might be referenced before assignment
Unbound local variables: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python2-grammar.py#L482
Local variable 'z' might be referenced before assignment
An instance attribute is defined outside `__init__`: upsonic_on_prem/utils/ai/ai.py#L65
Instance attribute code_to_document_pipeline defined outside __init__
An instance attribute is defined outside `__init__`: upsonic_on_prem/dash/app/forms.py#L63
Instance attribute user defined outside __init__
Unclear exception clauses: upsonic_on_prem/utils/db/__init__.py#L39
Too broad exception clause
Unclear exception clauses: upsonic_on_prem/main.py#L38
Too broad exception clause
Unclear exception clauses: upsonic_on_prem/api/main.py#L32
Too broad exception clause
Unclear exception clauses: upsonic_on_prem/utils/db/__init__.py#L23
Too broad exception clause
Class has no `__init__` method: upsonic_on_prem/main.py#L25
Class has no __init__ method
Using equality operators to compare with None: upsonic_on_prem/dash/app/api_integration.py#L262
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/dash/timer.py#L14
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/app/api_integration.py#L284
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/app/views.py#L195
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/app/api_integration.py#L240
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/app/api_integration.py#L273
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/app/api_integration.py#L251
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/api/pre_process/base.py#L16
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/app/api_integration.py#L182
Comparison with None performed with equality operators
Global variable is not defined at the module level: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3.8_grammar.py#L307
Global variable 'var_annot_global' is undefined at the module level
Global variable is not defined at the module level: upsonic_on_prem/api/main.py#L27
Global variable 'threads' is undefined at the module level
Global variable is not defined at the module level: upsonic_on_prem/main.py#L33
Global variable 'threads' is undefined at the module level
Global variable is not defined at the module level: upsonic_on_prem/utils/db/redis.py#L82
Global variable 'redis_password' is undefined at the module level
Global variable is not defined at the module level: upsonic_on_prem/main.py#L29
Global variable 'threads' is undefined at the module level
Method is not declared static: upsonic_on_prem/dash/app/adapter.py#L7
Method `is_open_for_signup` may be 'static'
Method is not declared static: upsonic_on_prem/utils/db/redis.py#L77
Method `service_status` may be 'static'
Method is not declared static: upsonic_on_prem/main.py#L32
Method `api` may be 'static'
Method is not declared static: upsonic_on_prem/utils/db/redis.py#L30
Method `total_size` may be 'static'
Method is not declared static: upsonic_on_prem/utils/db/redis.py#L86
Method `service_restart` may be 'static'
Method is not declared static: upsonic_on_prem/dash/app/utils.py#L5
Method `process_request` may be 'static'
Method is not declared static: upsonic_on_prem/utils/accesskey.py#L31
Method `_get` may be 'static'
Method is not declared static: upsonic_on_prem/main.py#L28
Method `app` may be 'static'
Improper first parameter: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3.8_grammar.py#L350
Usually first parameter of such methods is named 'cls'
Improper first parameter: upsonic_on_prem/main.py#L32
Did not you mean 'self'?
Assigning function calls that don't return anything: upsonic_on_prem/utils/ai/ai.py#L65
Function 'get_code_to_document_pipeline' doesn't return anything
PEP 8 naming convention violation: upsonic_on_prem/utils/db/redis.py#L65
Class names should use CapWords convention
PEP 8 naming convention violation: upsonic_on_prem/main.py#L25
Class names should use CapWords convention
PEP 8 naming convention violation: upsonic_on_prem/utils/db/redis.py#L10
Class names should use CapWords convention
PEP 8 naming convention violation: upsonic_on_prem/utils/ai/ai.py#L60
Class names should use CapWords convention
PEP 8 naming convention violation: upsonic_on_prem/dash/app/api_integration.py#L23
Class names should use CapWords convention
Redundant parentheses: upsonic_on_prem/utils/db/redis.py#L10
Remove redundant parentheses
Shadowing names from outer scopes: upsonic_on_prem/dash/app/api_integration.py#L159
Shadows name 'result' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/dash/timer.py#L5
Shadows name 'value' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/api/operations/admin.py#L226
Shadows name 'event' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/dash/timer.py#L11
Shadows name 'timer' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/dash/timer.py#L8
Shadows name 'timer' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/app/api_integration.py#L176
Shadows name 'result' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/app/api_integration.py#L202
Shadows name 'prefix' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/utils/ai/ai.py#L80
Shadows name 'code_list' from outer scope
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3.8_grammar.py#L1453
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python2-grammar.py#L905
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3.8_grammar.py#L1453
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python2-grammar-crlf.py#L904
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3-grammar.py#L876
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python2-grammar.py#L905
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3-grammar.py#L876
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3-grammar-crlf.py#L876
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python2-grammar-crlf.py#L904
Triple double-quoted strings should be used for docstrings.
Single quoted docstring: upsonic_on_prem/utils/ai/tree-sitter-python/examples/python3-grammar-crlf.py#L876
Triple double-quoted strings should be used for docstrings.