Commit 7c6ce9f
committed
debugpy: Fix the EXE001 shebangs on the three top-level scripts.
`ruff check .` reports EXE001 on all three, and the rule is pointing at
a real inconsistency rather than a style preference.
`demo.py` and `test_vscode.py` are run as `micropython demo.py`, so
`#!/usr/bin/env python3` names an interpreter that cannot run them; the
line is removed. `dap_monitor.py` is a host-side CPython tool whose
shebang is correct, so it becomes executable instead.
Claude-Session: https://claude.ai/code
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>1 parent 1e43440 commit 7c6ce9f
3 files changed
Lines changed: 0 additions & 2 deletions
File mode changed.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments