We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4f83c commit d5f0fb5Copy full SHA for d5f0fb5
pyproject.toml
@@ -33,7 +33,7 @@ types-jsonschema = "^3.2.1"
33
codespell = "^2.1.0"
34
35
[tool.black]
36
-line-length = 132
+line-length = 128
37
target-version = ['py37', 'py38']
38
include = '(\.py$)'
39
exclude = '''
@@ -55,7 +55,7 @@ include_trailing_comma = true
55
force_grid_wrap = 0
56
use_parentheses = true
57
ensure_newline_before_comments = true
58
-line_length = 88
+line_length = 128
59
60
[build-system]
61
requires = ["poetry-core>=1.0.0"]
0 commit comments