From 7f943e94a3c9a8e34ddab1fda6bf856021390778 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 9 Jan 2014 11:15:00 -0500 Subject: [PATCH] DOC: Fix link to flake8 homepage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b2b29f5..8d1d9780 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ the zipline codebase adheres to both PEP-8, . 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