Debugpy/updates 02 #74
Annotations
10 errors
Ruff (T100):
python-ecosys/debugpy/test_vscode.py#L8
python-ecosys/debugpy/test_vscode.py:8:1: T100 Import for `debugpy` found
|
Ruff (EXE001):
python-ecosys/debugpy/test_vscode.py#L1
python-ecosys/debugpy/test_vscode.py:1:1: EXE001 Shebang is present but file is not executable
|
Ruff (T100):
python-ecosys/debugpy/demo.py#L7
python-ecosys/debugpy/demo.py:7:1: T100 Import for `debugpy` found
|
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#L204
python-ecosys/debugpy/debugpy/server/pdb_adapter.py:204:64: PGH003 Use specific rule codes when ignoring type issues
|
Ruff (PGH003):
python-ecosys/debugpy/debugpy/server/pdb_adapter.py#L34
python-ecosys/debugpy/debugpy/server/pdb_adapter.py:34:83: PGH003 Use specific rule codes when ignoring type issues
|
Ruff (F841):
python-ecosys/debugpy/debugpy/server/debug_session.py#L337
python-ecosys/debugpy/debugpy/server/debug_session.py:337:9: F841 Local variable `context` is assigned to but never used
|
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
|