asdf #6
Annotations
6 warnings and 8 notices
qodana
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unsatisfied package requirements:
lib/variable.py#L1
Package requirements 'fastapi\[all\]', 'redis', 'nest_asyncio', 'lxml', 'emoji', 'python-dotenv', 'qrcode', 'pydantic' are not satisfied
|
Unsatisfied package requirements:
lib/function.py#L1
Package requirements 'fastapi\[all\]', 'redis', 'nest_asyncio', 'lxml', 'emoji', 'python-dotenv', 'qrcode', 'pydantic' are not satisfied
|
Unsatisfied package requirements:
main.py#L1
Package requirements 'fastapi\[all\]', 'redis', 'nest_asyncio', 'lxml', 'emoji', 'python-dotenv', 'qrcode', 'pydantic' are not satisfied
|
Unsatisfied package requirements:
lib/schema.py#L1
Package requirements 'fastapi\[all\]', 'redis', 'nest_asyncio', 'lxml', 'emoji', 'python-dotenv', 'qrcode', 'pydantic' are not satisfied
|
Unsatisfied package requirements:
lib/__init__.py#L1
Package requirements 'fastapi\[all\]', 'redis', 'nest_asyncio', 'lxml', 'emoji', 'python-dotenv', 'qrcode', 'pydantic' are not satisfied
|
PEP 8 coding style violation:
main.py#L154
PEP 8: E722 do not use bare 'except'
|
PEP 8 coding style violation:
main.py#L126
PEP 8: E722 do not use bare 'except'
|
PEP 8 coding style violation:
main.py#L132
PEP 8: E722 do not use bare 'except'
|
PEP 8 coding style violation:
lib/function.py#L96
PEP 8: E501 line too long (155 \> 120 characters)
|
PEP 8 naming convention violation:
main.py#L82
Variable in function should be lowercase
|
PEP 8 naming convention violation:
main.py#L62
Variable in function should be lowercase
|
PEP 8 naming convention violation:
main.py#L96
Variable in function should be lowercase
|
PEP 8 naming convention violation:
main.py#L65
Variable in function should be lowercase
|