Skip to content

Commit

Permalink
fix: shebang for version 3 env
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed Apr 21, 2023
1 parent cf67f5f commit b1442d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python

#!/usr/bin/env python3
"""The setup script."""

# Third party modules
Expand Down
1 change: 1 addition & 0 deletions src/piptools_sync/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Top-level package for piptools_sync."""
# Core Library modules
import logging.config
Expand Down
1 change: 1 addition & 0 deletions src/piptools_sync/piptools_sync.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""A pre-commit utility plugin to verify requirement versions determined by
pip-tools are utilized by pre-commit
"""
Expand Down
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Tasks for maintaining the project.
Expand Down

0 comments on commit b1442d8

Please sign in to comment.