Skip to content

Commit

Permalink
Mention flake8 and check-style.sh in CONTRIBUTING (pybind#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdyson37 authored and wjakob committed Oct 14, 2018
1 parent e76dff7 commit 111b25b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 111b25b

Please sign in to comment.