diff options
| author | Marc Labbe <mrlabbe@gmail.com> | 2013-02-25 07:28:21 -0500 |
|---|---|---|
| committer | Marc Labbe <mrlabbe@gmail.com> | 2013-02-25 07:28:21 -0500 |
| commit | e3c93836943b9bab1057dd561dc12f2688bba0fc (patch) | |
| tree | 0702124a8df40e4fdf236853b2cdca773066fc6b /docs | |
| parent | 909820f1ce2ac65300df260cee17542ec090bcf7 (diff) | |
| parent | 4c4c91fd858ec3cd709bfdcf7951502fd49c2dc8 (diff) | |
| download | flake8-e3c93836943b9bab1057dd561dc12f2688bba0fc.tar.gz | |
Merged tarek/flake8 into default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 6 | ||||
| -rw-r--r-- | docs/vcs.rst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index c0f429f..f5aae99 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,13 +6,13 @@ Documentation .. toctree:: - api - extensions config + warnings vcs buildout setuptools - warnings + api + extensions changes Original Projects diff --git a/docs/vcs.rst b/docs/vcs.rst index 5b938f6..444d607 100644 --- a/docs/vcs.rst +++ b/docs/vcs.rst @@ -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 |
