Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 647 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 647 Bytes

Code style: black Imports: isort

pyop3

A more powerful mesh traversal library.

Developer notes

You can set pyop3 up to use pre-commit for linting with black and import sorting with isort. To do so simply install pre-commit and then install the git hook scripts:

pip install pre-commit
pre-commit install