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