Skip to content

Commit d5f0fb5

Browse files
Update pyproject.toml
1 parent 8e4f83c commit d5f0fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ types-jsonschema = "^3.2.1"
3333
codespell = "^2.1.0"
3434

3535
[tool.black]
36-
line-length = 132
36+
line-length = 128
3737
target-version = ['py37', 'py38']
3838
include = '(\.py$)'
3939
exclude = '''
@@ -55,7 +55,7 @@ include_trailing_comma = true
5555
force_grid_wrap = 0
5656
use_parentheses = true
5757
ensure_newline_before_comments = true
58-
line_length = 88
58+
line_length = 128
5959

6060
[build-system]
6161
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)