mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Mention flake8 and check-style.sh in CONTRIBUTING (#1567)
This commit is contained in:
parent
e76dff7751
commit
111b25b260
@ -27,6 +27,8 @@ adhere to the following rules to make the process as smooth as possible:
|
|||||||
do add value by themselves.
|
do add value by themselves.
|
||||||
* Add tests for any new functionality and run the test suite (``make pytest``)
|
* Add tests for any new functionality and run the test suite (``make pytest``)
|
||||||
to ensure that no existing features break.
|
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
|
* This project has a strong focus on providing general solutions using a
|
||||||
minimal amount of code, thus small pull requests are greatly preferred.
|
minimal amount of code, thus small pull requests are greatly preferred.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user