Updated Branches: refs/heads/trunk 81089a8cd -> 83a7d2663
Update docs. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a59142ef Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a59142ef Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a59142ef Branch: refs/heads/trunk Commit: a59142ef931fabd4ed61b9237f2d25571002e190 Parents: 81089a8 Author: Tomaz Muraus <[email protected]> Authored: Fri Dec 6 18:38:12 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Dec 6 18:38:12 2013 +0100 ---------------------------------------------------------------------- docs/development.rst | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a59142ef/docs/development.rst ---------------------------------------------------------------------- diff --git a/docs/development.rst b/docs/development.rst index d94b5f2..755fb4f 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -23,6 +23,9 @@ Style guide ``tox -e lint``. Second command fill run flake8 on all the files in the repository. +And most importantly, follow the existing style in the files you are editing and +be consistent. + Git pre-commit hook -------------------
