Add pre-commit hook definition for flake8.

This commit is contained in:
Jason R. Coombs 2020-08-30 11:47:19 -04:00
parent 7da73c1a03
commit 946502b660

6
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,6 @@
repos:
- repo: https://gitlab.com/pycqa/flake8
# TODO: update rev periodically to keep up with tox
rev: 3.8.3
hooks:
- id: flake8