mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-23 07:43:36 +05:00
style: ruff format
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user