style: ruff format

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2025-03-08 16:45:20 +01:00
committed by dw-0
parent d3c9bcc38c
commit 41804f0eaa
16 changed files with 137 additions and 76 deletions

View File

@@ -5,12 +5,13 @@ requires-python = ">=3.8"
dev=["ruff", "mypy"]
[tool.ruff]
required-version = ">=0.3.4"
required-version = ">=0.9.10"
respect-gitignore = true
exclude = [".git",".github", "./docs"]
exclude = [".git",".github", "./docs", "kiauh/core/submodules"]
line-length = 88
indent-width = 4
output-format = "full"
target-version = "py38"
[tool.ruff.format]
indent-style = "space"