We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76dff7 commit 111b25bCopy full SHA for 111b25b
CONTRIBUTING.md
@@ -27,6 +27,8 @@ adhere to the following rules to make the process as smooth as possible:
27
do add value by themselves.
28
* Add tests for any new functionality and run the test suite (``make pytest``)
29
to ensure that no existing features break.
30
+* Please run ``flake8`` and ``tools/check-style.sh`` to check your code matches
31
+ the project style. (Note that ``check-style.sh`` requires ``gawk``.)
32
* This project has a strong focus on providing general solutions using a
33
minimal amount of code, thus small pull requests are greatly preferred.
34
0 commit comments