flake8 hook

This commit is contained in:
Renaud Boyer 2020-12-06 22:18:58 +01:00
parent 5d948faf56
commit 0e70e5cf18
1 changed files with 5 additions and 1 deletions

View File

@ -3,4 +3,8 @@ repos:
rev: stable
hooks:
- id: black
language_version: python3.7
language_version: python3.7
- repo: https://gitlab.com/pycqa/flake8
rev: master
hooks:
- id: flake8