Skip to content

Commit c90ce42

Browse files
committed
updating line limit to 120
1 parent 4068794 commit c90ce42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ requires = ["poetry-core>=1.0.0"]
8181
build-backend = "poetry.core.masonry.api"
8282

8383
[tool.black]
84-
line-length = 100
84+
line-length = 120
8585
target-version = ['py39', 'py310', 'py311', 'py312']
8686
include = '\.pyi?$'
8787

8888
[tool.ruff]
89-
line-length = 100
89+
line-length = 120
9090
target-version = "py39"
9191

9292
[tool.ruff.lint]

0 commit comments

Comments
 (0)