Update qodana.yaml #7
92 new problems found by Qodana for Python
Qodana for Python
92 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Redeclared names without usages |
🔶 Warning | 3 |
Invalid type hints definitions and usages |
🔶 Warning | 3 |
Attempt to call a non-callable object |
🔶 Warning | 1 |
Unused local symbols |
◽️ Notice | 25 |
Method is not declared static |
◽️ Notice | 15 |
Shadowing names from outer scopes |
◽️ Notice | 14 |
Accessing a protected member of a class or a module |
◽️ Notice | 12 |
Incorrect docstring |
◽️ Notice | 9 |
Class has no init method |
◽️ Notice | 6 |
PEP 8 naming convention violation |
◽️ Notice | 4 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- 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 1518 in src/flask/app.py
github-actions / Qodana for Python
Attempt to call a non-callable object
'Response' object is not callable
Check notice on line 20 in examples/tutorial/tests/test_db.py
github-actions / Qodana for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 29 in src/flask/ctx.py
github-actions / Qodana for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 114 in src/flask/sessions.py
github-actions / Qodana for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 16 in src/flask/views.py
github-actions / Qodana for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 298 in src/flask/sessions.py
github-actions / Qodana for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 138 in src/flask/views.py
github-actions / Qodana for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 687 in src/flask/sansio/app.py
github-actions / Qodana for Python
Incorrect docstring
Missing parameter f in docstring
Check notice on line 580 in src/flask/sansio/app.py
github-actions / Qodana for Python
Incorrect docstring
Unexpected parameter subdomain in docstring
Check notice on line 581 in src/flask/sansio/app.py
github-actions / Qodana for Python
Incorrect docstring
Unexpected parameter url_defaults in docstring
Check notice on line 766 in src/flask/sansio/app.py
github-actions / Qodana for Python
Incorrect docstring
Missing parameter f in docstring
Check notice on line 579 in src/flask/sansio/app.py
github-actions / Qodana for Python
Incorrect docstring
Unexpected parameter url_prefix in docstring
Check notice on line 498 in src/flask/sansio/blueprints.py
github-actions / Qodana for Python
Incorrect docstring
Missing parameter f in docstring
Check notice on line 462 in src/flask/sansio/blueprints.py
github-actions / Qodana for Python
Incorrect docstring
Missing parameter f in docstring
Check notice on line 536 in src/flask/sansio/blueprints.py
github-actions / Qodana for Python
Incorrect docstring
Missing parameter f in docstring
Check notice on line 728 in src/flask/sansio/app.py
github-actions / Qodana for Python
Incorrect docstring
Missing parameter f in docstring
Check notice on line 55 in src/flask/blueprints.py
github-actions / Qodana for Python
Method is not declared static
Method `get_send_file_max_age` may be 'static'
Check notice on line 222 in src/flask/sessions.py
github-actions / Qodana for Python
Method is not declared static
Method `get_cookie_samesite` may be 'static'
Check notice on line 237 in src/flask/sessions.py
github-actions / Qodana for Python
Method is not declared static
Method `get_expiration_time` may be 'static'
Check notice on line 75 in src/flask/json/provider.py
github-actions / Qodana for Python
Method is not declared static
Method `_prepare_response_obj` may be 'static'
Check notice on line 980 in src/flask/app.py
github-actions / Qodana for Python
Method is not declared static
Method `async_to_sync` may be 'static'
Check notice on line 229 in src/flask/sessions.py
github-actions / Qodana for Python
Method is not declared static
Method `get_cookie_partitioned` may be 'static'
Check notice on line 281 in src/flask/app.py
github-actions / Qodana for Python
Method is not declared static
Method `get_send_file_max_age` may be 'static'
Check notice on line 536 in src/flask/sansio/app.py
github-actions / Qodana for Python
Method is not declared static
Method `select_jinja_autoescape` may be 'static'
Check notice on line 247 in src/flask/sessions.py
github-actions / Qodana for Python
Method is not declared static
Method `should_set_cookie` may be 'static'