Since Pagure uses black for its code formatting, it makes sense to have optional support for running it as a pre-commit hook for those days when you forget to run it before making a pull request.
So far the tests are excluded as well
ping?
Otherwise, I'd like to close this PR that has been pending for two months :(
Sorry, I'm going to close this PR, it has been stale for too long.
Feel free to open a new one if you ever want to pick it up again :)
Pull-Request has been closed by pingou
Since Pagure uses black for its code formatting, it makes sense to have
optional support for running it as a pre-commit hook for those days when
you forget to run it before making a pull request.