Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 552 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 552 Bytes

Contributing

Below are some checks to run before sending in Pull Requests (PR) and that we run when making new releases.

Code formatting

pip install pre-commit
pre-commit install

Now hooks enforce, when you git commit, that: * the python code is formatted with Black * the C/C++ code is formatted with clang-format

Code testing

Front-end

pytest

from the root source dir.

Back-end

bash build.sh test_main