tezos-reward-distributor-organization / tezos-reward-distributor

Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/
GNU General Public License v3.0
87 stars 51 forks source link

Pre-commit hooks #632

Closed rvermootenct closed 1 year ago

rvermootenct commented 1 year ago

Is your feature request related to a problem? Please describe. Running linters can slip a developers mind and having our CI catch linting issues isn't ideal.

Describe the solution you'd like Commits should not be allowed if linting fails. We should have a safeguard in place for this. As running black and flake8 is inexpensive we should run it before allowing a developer to commit. Adding pre-commit hooks will solve this issue.