Run flake8 on pre-commit (#26028)
This commit is contained in:
parent
2bd832cd7a
commit
4bcee4f7ce
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue