Adds pre-commit flake8 support through the simple flake8 command.
See also: https://github.com/pre-commit/pre-commit and https://github.com/aadu/pre-commit-isort
Add this to your .pre-commit-config.yaml
- repo: git://github.com/GVRV/pre-commit-flake8
sha: '' # Use the sha you want to point at
hooks:
- id: flake8
Q: Why? A: Because I couldn't find an existing hook that ran flake8.