mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Merged tarek/flake8 into default
This commit is contained in:
commit
e3c9383694
4 changed files with 6 additions and 7 deletions
|
|
@ -6,13 +6,13 @@ Documentation
|
|||
|
||||
.. toctree::
|
||||
|
||||
api
|
||||
extensions
|
||||
config
|
||||
warnings
|
||||
vcs
|
||||
buildout
|
||||
setuptools
|
||||
warnings
|
||||
api
|
||||
extensions
|
||||
changes
|
||||
|
||||
Original Projects
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Git hook
|
|||
To use the Git hook on any *commit*, add a **pre-commit** file in the
|
||||
*.git/hooks* directory containing::
|
||||
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
from flake8.run import git_hook
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue