Skip to content

Debugpy/updates 02

Debugpy/updates 02 #77

Triggered via pull request June 29, 2025 21:58
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (EXE001): python-ecosys/debugpy/demo.py#L1
python-ecosys/debugpy/demo.py:1:1: EXE001 Shebang is present but file is not executable
Ruff (PGH003): python-ecosys/debugpy/debugpy/server/pdb_adapter.py#L198
python-ecosys/debugpy/debugpy/server/pdb_adapter.py:198:64: PGH003 Use specific rule codes when ignoring type issues
Ruff (PGH003): python-ecosys/debugpy/debugpy/server/pdb_adapter.py#L48
python-ecosys/debugpy/debugpy/server/pdb_adapter.py:48:83: PGH003 Use specific rule codes when ignoring type issues
Ruff (F841): python-ecosys/debugpy/debugpy/server/debug_session.py#L346
python-ecosys/debugpy/debugpy/server/debug_session.py:346:9: F841 Local variable `context` is assigned to but never used
Ruff (W291): python-ecosys/debugpy/debugpy/server/debug_session.py#L263
python-ecosys/debugpy/debugpy/server/debug_session.py:263:46: W291 Trailing whitespace
Ruff (W293): python-ecosys/debugpy/debugpy/server/debug_session.py#L255
python-ecosys/debugpy/debugpy/server/debug_session.py:255:1: W293 Blank line contains whitespace
Ruff (PGH003): python-ecosys/debugpy/debugpy/server/debug_session.py#L23
python-ecosys/debugpy/debugpy/server/debug_session.py:23:85: PGH003 Use specific rule codes when ignoring type issues
Ruff (W293): python-ecosys/debugpy/debugpy/public_api.py#L18
python-ecosys/debugpy/debugpy/public_api.py:18:1: W293 Blank line contains whitespace
Ruff (W293): python-ecosys/debugpy/debugpy/public_api.py#L14
python-ecosys/debugpy/debugpy/public_api.py:14:1: W293 Blank line contains whitespace
Ruff (EXE001): python-ecosys/debugpy/dap_monitor.py#L1
python-ecosys/debugpy/dap_monitor.py:1:1: EXE001 Shebang is present but file is not executable