Skip to content

Commit 5000a5c

Browse files
authored
Merge pull request #164 from kurusugawa-computer/annofab-v0.87.0
update setting file
2 parents 79c524e + ebc1c31 commit 5000a5c

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,16 @@ docutils = "*"
5555
requires = ["poetry>=0.12"]
5656
build-backend = "poetry.masonry.api"
5757

58+
[tool.black]
59+
line-length = 120
60+
5861
[tool.isort]
5962
line_length = 120
6063
skip="annofabapi/__init__.py"
64+
# blackの設定に合わせる
65+
# https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length
66+
multi_line_output=3
67+
include_trailing_comma = true
68+
force_grid_wrap = 0
69+
use_parentheses = true
6170

62-
[tool.black]
63-
line-length = 120

0 commit comments

Comments
 (0)