Jacob-Stevens-Haas / gen-experiments

Pysindy experiments. Composable and extensible
MIT License
1 stars 2 forks source link

Add Pre-commit #11

Closed Jacob-Stevens-Haas closed 10 months ago

Jacob-Stevens-Haas commented 10 months ago

This will auto-clean all PRs in the future (and all commits). All that is required is:

pip install pre-commit
pre-commit install

From now on, checks will run every time you commit to ensure things are neat and clean.