feat: db performance schema report generator api #15
Annotations
7 errors and 1 warning
Ruff (I001):
agent/database.py#L1
agent/database.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F404):
agent/database.py#L2
agent/database.py:2:1: F404 `from __future__` imports must occur at the beginning of the file
|
Ruff (C901):
agent/database.py#L281
agent/database.py:281:9: C901 `get_performance_report` is too complex (13 > 8)
|
Ruff (B006):
agent/database.py#L281
agent/database.py:281:81: B006 Do not use mutable data structures for argument defaults
|
Ruff (E501):
agent/database.py#L303
agent/database.py:303:111: E501 Line too long (118 > 110)
|
Ruff (E501):
agent/database.py#L310
agent/database.py:310:111: E501 Line too long (118 > 110)
|
Ruff
Process completed with exit code 1.
|
Ruff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|