Skip to content

feat: db performance schema report generator api #15

feat: db performance schema report generator api

feat: db performance schema report generator api #15

Triggered via pull request September 19, 2024 07:16
Status Failure
Total duration 14s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/