Commit b042904
committed
py(vcspull[init]): Drop the vestigial shebang
why: src/vcspull/__init__.py carried `#!/usr/bin/env python` but is a
package initializer, never run as a script, and is not executable. The
shebang promises something the file cannot do.
what:
- Remove the shebang line from the package initializer
https://docs.astral.sh/ruff/rules/shebang-not-executable/1 parent 20ab98e commit b042904
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments