Reduce line length

This commit is contained in:
Mark Veidemanis 2022-04-12 22:05:37 +01:00
parent 6a130592b6
commit d6408d5200
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 2 additions and 2 deletions

View File

@ -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"