Skip to content

Commit 389c466

Browse files
committed
Set line limit for black to the same value as flake8
This should be added automatically by the plugin_template
1 parent a6cdac9 commit 389c466

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,6 @@ replace = "version = \"{new_version}\""
122122
filename = "./pyproject.toml"
123123
search = "version = \"{current_version}\""
124124
replace = "version = \"{new_version}\""
125+
126+
[tool.black]
127+
line-length = 100

0 commit comments

Comments
 (0)