Skip to content

feat: wavefront fetcher #1247

feat: wavefront fetcher

feat: wavefront fetcher #1247

Triggered via pull request September 17, 2024 01:38
Status Failure
Total duration 22s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Ruff (D407): numalogic/connectors/wavefront.py#L17
numalogic/connectors/wavefront.py:17:5: D407 Missing dashed underline after section ("Raises")
Ruff (D406): numalogic/connectors/wavefront.py#L17
numalogic/connectors/wavefront.py:17:5: D406 Section name should end with a newline ("Raises")
Ruff (E501): numalogic/connectors/wavefront.py#L58
numalogic/connectors/wavefront.py:58:101: E501 Line too long (106 > 100 characters)
Ruff (RET504): numalogic/connectors/wavefront.py#L68
numalogic/connectors/wavefront.py:68:16: RET504 Unnecessary assignment to `df` before `return` statement
Ruff (D407): numalogic/connectors/wavefront.py#L78
numalogic/connectors/wavefront.py:78:9: D407 Missing dashed underline after section ("Returns")
Ruff (D406): numalogic/connectors/wavefront.py#L78
numalogic/connectors/wavefront.py:78:9: D406 Section name should end with a newline ("Returns")
Ruff (D407): numalogic/connectors/wavefront.py#L78
numalogic/connectors/wavefront.py:78:9: D407 Missing dashed underline after section ("Raises")
Ruff (D406): numalogic/connectors/wavefront.py#L78
numalogic/connectors/wavefront.py:78:9: D406 Section name should end with a newline ("Raises")
Ruff (E501): numalogic/connectors/wavefront.py#L82
numalogic/connectors/wavefront.py:82:101: E501 Line too long (107 > 100 characters)
Ruff (D202): numalogic/connectors/wavefront.py#L114
numalogic/connectors/wavefront.py:114:9: D202 No blank lines allowed after function docstring (found 1)
Black format
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/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/