Changed line length to 108 in black

This commit is contained in:
2025-04-27 22:06:35 +02:00
parent 923173ebe8
commit 11f0cc384a
14 changed files with 101 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ readme = "README.md"
requires-python = ">=3.11"
[tool.black]
line-length = 118
line-length = 108
target-version = ["py311", "py312", "py313"]
[tool.isort]