Add client side flake8 pre-commit hook
This adds a pre-commit hook that runs flake8 before commits. The setup-hooks.sh must be run first to make a simlink to the .git/hooks directory. The hook scripts exits gracefully if flake8 is not installed.
This adds a pre-commit hook that runs flake8 before commits. The setup-hooks.sh must be run first to make a simlink to the .git/hooks directory. The hook scripts exits gracefully if flake8 is not installed.