Fixed ruff argument for the output format #12
Annotations
10 errors and 1 warning
Run python -m ruff check --output-format=github .:
leek/__main__.py#L33
leek/__main__.py:33:9: TRY400 Use `logging.exception` instead of `logging.error`
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L33
leek/__main__.py:33:22: G004 Logging statement uses f-string
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L79
leek/__main__.py:79:26: G004 Logging statement uses f-string
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L85
leek/__main__.py:85:13: TRY400 Use `logging.exception` instead of `logging.error`
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L85
leek/__main__.py:85:26: G004 Logging statement uses f-string
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L89
leek/__main__.py:89:26: G004 Logging statement uses f-string
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L95
leek/__main__.py:95:26: G004 Logging statement uses f-string
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L100
leek/__main__.py:100:28: RUF100 Unused `noqa` directive (unused: `BLE001`)
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L102
leek/__main__.py:102:30: G004 Logging statement uses f-string
|
Run python -m ruff check --output-format=github .:
leek/__main__.py#L104
leek/__main__.py:104:25: G004 Logging statement uses f-string
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.3.0, actions/setup-python@v4.5.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading