Skip to content

Fixed ruff argument for the output format #12

Fixed ruff argument for the output format

Fixed ruff argument for the output format #12

Triggered via push March 5, 2024 06:04
Status Failure
Total duration 24s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (TRY400): leek/__main__.py#L33
leek/__main__.py:33:9: TRY400 Use `logging.exception` instead of `logging.error`
Ruff (G004): leek/__main__.py#L33
leek/__main__.py:33:22: G004 Logging statement uses f-string
Ruff (G004): leek/__main__.py#L79
leek/__main__.py:79:26: G004 Logging statement uses f-string
Ruff (TRY400): leek/__main__.py#L85
leek/__main__.py:85:13: TRY400 Use `logging.exception` instead of `logging.error`
Ruff (G004): leek/__main__.py#L85
leek/__main__.py:85:26: G004 Logging statement uses f-string
Ruff (G004): leek/__main__.py#L89
leek/__main__.py:89:26: G004 Logging statement uses f-string
Ruff (G004): leek/__main__.py#L95
leek/__main__.py:95:26: G004 Logging statement uses f-string
Ruff (RUF100): leek/__main__.py#L100
leek/__main__.py:100:28: RUF100 Unused `noqa` directive (unused: `BLE001`)
Ruff (G004): leek/__main__.py#L102
leek/__main__.py:102:30: G004 Logging statement uses f-string
Ruff (G004): leek/__main__.py#L104
leek/__main__.py:104:25: G004 Logging statement uses f-string
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.