Debugpy/updates 02 #2
Open
Annotations
10 errors
Run ruff check --output-format=github .:
python-ecosys/debugpy/test_vscode.py#L1
python-ecosys/debugpy/test_vscode.py:1:1: EXE001 Shebang is present but file is not executable
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/demo.py#L7
python-ecosys/debugpy/demo.py:7:1: T100 Import for `debugpy` found
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/demo.py#L1
python-ecosys/debugpy/demo.py:1:1: EXE001 Shebang is present but file is not executable
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/debugpy/server/pdb_adapter.py#L292
python-ecosys/debugpy/debugpy/server/pdb_adapter.py:292:65: PGH003 Use specific rule codes when ignoring type issues
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/debugpy/server/pdb_adapter.py#L225
python-ecosys/debugpy/debugpy/server/pdb_adapter.py:225:20: E713 Test for membership should be `not in`
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/debugpy/server/pdb_adapter.py#L111
python-ecosys/debugpy/debugpy/server/pdb_adapter.py:111:84: PGH003 Use specific rule codes when ignoring type issues
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/debugpy/server/pdb_adapter.py#L9
python-ecosys/debugpy/debugpy/server/pdb_adapter.py:9:1: E402 Module level import not at top of file
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/debugpy/server/debug_session.py#L371
python-ecosys/debugpy/debugpy/server/debug_session.py:371:9: F841 Local variable `context` is assigned to but never used
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/debugpy/server/debug_session.py#L45
python-ecosys/debugpy/debugpy/server/debug_session.py:45:85: PGH003 Use specific rule codes when ignoring type issues
|
Run ruff check --output-format=github .:
python-ecosys/debugpy/dap_monitor.py#L1
python-ecosys/debugpy/dap_monitor.py:1:1: EXE001 Shebang is present but file is not executable
|
Loading