kuchtact / WiPPLPy

Easily access data from plasma devices in the Wisconsin Plasma Physics Laboratory (WiPPL).
https://wipplpy.readthedocs.io/en/latest/
2 stars 4 forks source link

Add initial pre-commit configuration #1

Closed namurphy closed 1 year ago

namurphy commented 1 year ago

This PR adds an initial configuration for pre-commit which includes most of the checks currently being done by PlasmaPy.

This doesn't include any configuration stuff that would normally go into pyproject.toml yet.

namurphy commented 1 year ago

To learn more about what these pre-commit hooks do, it's worth checking out the support hooks page in the pre-commit docs.