From 111b25b260fd687df9524d850c9d91927a661623 Mon Sep 17 00:00:00 2001 From: cdyson37 Date: Sun, 14 Oct 2018 19:14:04 +0100 Subject: [PATCH] Mention flake8 and check-style.sh in CONTRIBUTING (#1567) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 375735f6..01596d94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,8 @@ adhere to the following rules to make the process as smooth as possible: do add value by themselves. * Add tests for any new functionality and run the test suite (``make pytest``) to ensure that no existing features break. +* Please run ``flake8`` and ``tools/check-style.sh`` to check your code matches + the project style. (Note that ``check-style.sh`` requires ``gawk``.) * This project has a strong focus on providing general solutions using a minimal amount of code, thus small pull requests are greatly preferred.