mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Doc: fix shebang, issue #81
This commit is contained in:
parent
348b484e62
commit
4c4c91fd85
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Git hook
|
||||||
To use the Git hook on any *commit*, add a **pre-commit** file in the
|
To use the Git hook on any *commit*, add a **pre-commit** file in the
|
||||||
*.git/hooks* directory containing::
|
*.git/hooks* directory containing::
|
||||||
|
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
import sys
|
import sys
|
||||||
from flake8.run import git_hook
|
from flake8.run import git_hook
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue