Skip to content

Commit 111b25b

Browse files
cdyson37wjakob
authored andcommitted
Mention flake8 and check-style.sh in CONTRIBUTING (pybind#1567)
1 parent e76dff7 commit 111b25b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ adhere to the following rules to make the process as smooth as possible:
2727
do add value by themselves.
2828
* Add tests for any new functionality and run the test suite (``make pytest``)
2929
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``.)
3032
* This project has a strong focus on providing general solutions using a
3133
minimal amount of code, thus small pull requests are greatly preferred.
3234

0 commit comments

Comments
 (0)