14 lines
261 B
YAML
14 lines
261 B
YAML
|
repos:
|
||
|
- repo: https://github.com/ambv/black
|
||
|
rev: stable
|
||
|
hooks:
|
||
|
- id: black
|
||
|
args:
|
||
|
- --line-length=140
|
||
|
- repo: https://gitlab.com/pycqa/flake8
|
||
|
rev: 3.7.9
|
||
|
hooks:
|
||
|
- id: flake8
|
||
|
args:
|
||
|
- "--max-line-length=140"
|