Reduce max line length from 120 to 100
This commit is contained in:
parent
ab0e24129d
commit
446e78b6ae
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ repos:
|
|||
rev: 21.7b0
|
||||
hooks:
|
||||
- id: black
|
||||
args: [--line-length=120]
|
||||
args: [--line-length=100]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-isort
|
||||
rev: V5.9.3
|
||||
|
|
Loading…
Add table
Reference in a new issue