scikit-hep / pyBumpHunter

Python implementation of the BumpHunter algorithm used by HEP community.
BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

chore: fix black issue, fix pre-commit issues #12

Closed henryiii closed 2 years ago

henryiii commented 2 years ago

See https://github.com/psf/black/issues/2964 for details.

Fixing and running pre-commit.

The flake8 fixes included deleting anything that was unused. Maybe it was supposed to be used but wasn't? Please check.