Add flake8 to pre-commit hook.

master
josiah 3 years ago
parent a0a6b024ae
commit 79a6008ada

@ -8,3 +8,7 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8