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