Refactor things

This commit is contained in:
2025-01-16 00:25:19 +01:00
parent ea079fb9b1
commit 4b3acc0948
5 changed files with 47 additions and 80 deletions

View File

@ -50,7 +50,7 @@ build-backend = "poetry.core.masonry.api"
[tool.ruff]
preview = true
line-length = 120
line-length = 140
lint.select = ["ALL"]
lint.pydocstyle.convention = "google"
lint.isort.required-imports = ["from __future__ import annotations"]