Pre-commit hooks are small programs that get executed on git commit commands. They allow us to verify that the code respects certain coding standards, for example.
This PR adds a pre-commit hook that will run isort
with pre-configured settings to automatically sort the imports of files that were affected by the commit. This will ensure the code has ever more uniform and clean import sections as new commits get merged affecting various parts of the code.
PR: #5219
Off-Chain Vote
Loading…
- Author
0x4ff3…B3FB
- IPFS#QmP5yD8D
- Voting Systembasic
- Start DateApr 08, 2022
- End DateApr 15, 2022
- Total Votes Cast610.52K HBOT
- Total Voters2
Timeline
- Apr 08, 2022Proposal created
- Apr 08, 2022Proposal vote started
- Apr 15, 2022Proposal vote ended
- Oct 26, 2023Proposal updated