This pre commit hook will check the PEP8 syntax of your Python files and ask you if you want to continue the commit process.
In your project directory create a file: .git/hooks/pre-commit and add the execution permission on it.
This pre commit hook will check the PEP8 syntax of your Python files and ask you if you want to continue the commit process.
In your project directory create a file: .git/hooks/pre-commit and add the execution permission on it.