wilson-eft / wilson

A Python package for the running and matching of Wilson coefficients above and below the electroweak scale
https://wilson-eft.github.io
MIT License
26 stars 19 forks source link

Add pre-commit hook; remove trailing whitespace #86

Closed klieret closed 2 years ago

klieret commented 2 years ago

Add a very simple pre-commit hook setup. Remove trailing whitespace.

Usually I would add some more complex pre-commit hooks, like black, pyupgrade, flake8 friends, but not all of them run easily right now, so let's save that for later