Skip to content

Commit

Permalink
Remove unneeded shebangs to fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jun 7, 2022
1 parent a11e815 commit 6fdbb92
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion setup.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""cookiecutter distutils configuration."""
from setuptools import setup

Expand Down
1 change: 0 additions & 1 deletion tests/hooks-abort-render/hooks/post_gen_project.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# flake8: noqa

"""Simple post-gen hook for testing the handling of different exit codes."""
Expand Down
1 change: 0 additions & 1 deletion tests/hooks-abort-render/hooks/pre_gen_project.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# flake8: noqa

"""Simple pre-gen hook for testing the handling of different exit codes."""
Expand Down
1 change: 0 additions & 1 deletion tests/test-pyhooks/hooks/post_gen_project.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""Simple post-gen hook for testing project folder and custom file creation."""

print('pre generation hook')
Expand Down
1 change: 0 additions & 1 deletion tests/test-pyhooks/hooks/pre_gen_project.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""Simple pre-gen hook for testing project folder and custom file creation."""

print('pre generation hook')
Expand Down
1 change: 0 additions & 1 deletion tests/test-pyshellhooks/hooks/post_gen_project.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""Simple post-gen hook for testing project folder and custom file creation."""

print('pre generation hook')
Expand Down
1 change: 0 additions & 1 deletion tests/test-pyshellhooks/hooks/pre_gen_project.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""Simple pre-gen hook for testing project folder and custom file creation."""


Expand Down

0 comments on commit 6fdbb92

Please sign in to comment.