Skip to content

Commit b042904

Browse files
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

File tree

src/vcspull/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""Manage multiple git, mercurial, svn repositories from a YAML / JSON file.
32
43
:copyright: Copyright 2013-2018 Tony Narlock.

0 commit comments

Comments
 (0)