This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stick this file inside your-repo/.git/hooks/ and update the path to flake8. Make sure you also `chmod +x your-repo/git/hooks/pre-push` or git won't run your hooks. | |
When you push from an IDE, the presentation of the result may vary. | |
In IntelliJ IDEA, the Console tab under Version Control will list all flake errors detected before the push. |