Reduce line length
This commit is contained in:
parent
6a130592b6
commit
d6408d5200
|
@ -4,10 +4,10 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args:
|
args:
|
||||||
- --line-length=140
|
- --line-length=120
|
||||||
- repo: https://gitlab.com/pycqa/flake8
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
rev: 3.7.9
|
rev: 3.7.9
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args:
|
args:
|
||||||
- "--max-line-length=140"
|
- "--max-line-length=120"
|
||||||
|
|
Loading…
Reference in New Issue