Set `Black` pre-commit hook `line-length` option value.
parent
00bedb30c2
commit
e2b23c238f
|
|
@ -3,6 +3,7 @@ requires = ["setuptools"]
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.black]
|
||||
line-length = 89
|
||||
include = '\.pyi?$'
|
||||
exclude = '''
|
||||
/(
|
||||
|
|
|
|||
Loading…
Reference in New Issue