Run flake8 on pre-commit (#26028)

This commit is contained in:
Ville Skyttä 2019-08-18 07:15:55 +03:00 committed by Paulus Schoutsen
parent 2bd832cd7a
commit 4bcee4f7ce

View file

@ -6,3 +6,10 @@ repos:
args:
- --safe
- --quiet
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.8
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings==1.3.1
- pydocstyle==4.0.0