Fix an issue on nested models in update()
#8
1 new problem found by Qodana for Python
Qodana for Python
1 new problem were found
Inspection name | Severity | Problems |
---|---|---|
Unsatisfied package requirements |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 3 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Dependency | Version | Licenses |
---|---|---|
cffi | 1.16.0 | MIT |
cryptography | 41.0.7 | BSD-3-Clause |
pycparser | 2.21 | BSD-3-Clause |
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 40 in example/model_serializer_example.py
github-actions / Qodana for Python
Incorrect call arguments
Unexpected argument
Check warning on line 40 in example/model_serializer_example.py
github-actions / Qodana for Python
Incorrect call arguments
Unexpected argument
Check warning on line 52 in panther/db/queries/base_queries.py
github-actions / Qodana for Python
Incorrect call arguments
Unexpected argument
Check warning on line 40 in example/model_serializer_example.py
github-actions / Qodana for Python
Incorrect call arguments
Unexpected argument
Check warning on line 82 in panther/main.py
github-actions / Qodana for Python
Incorrect call arguments
Unexpected argument(s). Possible callees: Panther.handle_http(scope: dict, receive: (...) -\> Any, send: (...) -\> Any) Panther.handle_ws(scope: dict, receive: (...) -\> Any, send: (...) -\> Any)
Check warning on line 37 in example/model_serializer_example.py
github-actions / Qodana for Python
Incorrect call arguments
Parameter 'validated_data' unfilled
Check warning on line 43 in panther/db/queries/base_queries.py
github-actions / Qodana for Python
Incorrect call arguments
Unexpected argument
Check warning on line 40 in example/model_serializer_example.py
github-actions / Qodana for Python
Incorrect call arguments
Unexpected argument
Check warning on line 194 in panther/base_websocket.py
github-actions / Qodana for Python
Missing `await` syntax in coroutine calls
Coroutine 'create_task' is not awaited
Check warning on line 191 in panther/response.py
github-actions / Qodana for Python
Missing `await` syntax in coroutine calls
Coroutine 'create_task' is not awaited
Check notice on line 22 in panther/file_handler.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute _file_name defined outside __init__
Check notice on line 86 in panther/db/connections.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute _connection defined outside __init__
Check notice on line 19 in panther/test.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute header defined outside __init__
Check notice on line 60 in panther/db/connections.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute _client defined outside __init__
Check notice on line 49 in panther/main.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute _configs_module defined outside __init__
Check notice on line 135 in panther/db/connections.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute websocket_connection defined outside __init__
Check notice on line 28 in panther/monitoring.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute log defined outside __init__
Check notice on line 69 in panther/db/connections.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute _database defined outside __init__
Check notice on line 29 in panther/monitoring.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute start_time defined outside __init__
Check notice on line 39 in panther/request.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute __body defined outside __init__
Check notice on line 42 in panther/test.py
github-actions / Qodana for Python
An instance attribute is defined outside `__init__`
Instance attribute payload defined outside __init__
Check notice on line 199 in panther/app.py
github-actions / Qodana for Python
Method is not declared static
Method `get_output_model` may be 'static'
Check notice on line 245 in example/app/apis.py
github-actions / Qodana for Python
Method is not declared static
Method `objects` may be 'static'
Check notice on line 230 in panther/serializer.py
github-actions / Qodana for Python
Method is not declared static
Method `prepare_response` may be 'static'
Check notice on line 214 in panther/serializer.py
github-actions / Qodana for Python
Method is not declared static
Method `update` may be 'static'