h2r / pomdp-py

A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
MIT License
216 stars 50 forks source link

Adding pre-commit #45

Closed zkytony closed 9 months ago

zkytony commented 9 months ago

Add a basic pre-commit config with pre-commit hooks and black.

Apply the checks & formatting changes.

Currently black doesn't seem to support Cython .pyx files (https://github.com/psf/black/issues/359).