feat: database editor #26
main.yml
on: pull_request
Lint and Format
5s
Unit Tests
27s
Annotations
10 errors and 2 warnings
Ruff (I001):
agent/database2.py#L1
agent/database2.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP037):
agent/database2.py#L6
agent/database2.py:6:18: UP037 Remove quotes from type annotation
|
Ruff (F841):
agent/database2.py#L28
agent/database2.py:28:29: F841 Local variable `e` is assigned to but never used
|
Ruff (E501):
agent/database2.py#L39
agent/database2.py:39:111: E501 Line too long (158 > 110)
|
Ruff (E501):
agent/database2.py#L40
agent/database2.py:40:111: E501 Line too long (169 > 110)
|
Ruff (W293):
agent/database2.py#L106
agent/database2.py:106:1: W293 Blank line contains whitespace
|
Ruff (E501):
agent/database2.py#L108
agent/database2.py:108:111: E501 Line too long (113 > 110)
|
Ruff (E501):
agent/site.py#L800
agent/site.py:800:111: E501 Line too long (230 > 110)
|
Ruff (E501):
agent/site.py#L802
agent/site.py:802:111: E501 Line too long (123 > 110)
|
Ruff (SIM210):
agent/site.py#L815
agent/site.py:815:32: SIM210 Remove unnecessary `True if ... else False`
|
Lint and Format
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/
|
Unit Tests
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/
|