From 0ccdaa9f7c630872b94731cb7c36ca8efab2c249 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 26 Nov 2012 13:18:38 -0500 Subject: [PATCH] Fixes and improves links in README. - Fixes the link to flake8 - Adds a link to pyflakes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7057c507..35b729ed 100644 --- a/README.md +++ b/README.md @@ -134,11 +134,12 @@ Style Guide ------------ To ensure that changes and patches are focused on behavior changes, -the zipline codebase adheres to PEP-8, -. +the zipline codebase adheres to both PEP-8, +, and pyflakes, +. The maintainers check the code using the flake8 script, -, which is included in the +, which is included in the requirements_dev.txt. Before submitting patches or pull requests, please ensure that your