style: formatting and linting in affected files
CI / lint (pull_request) Successful in 51s
CI / test (3.12) (pull_request) Successful in 24s
CI / test (3.11) (pull_request) Successful in 26s
CI / test (3.13) (pull_request) Successful in 23s
CI / lint (push) Canceled after 11s
CI / test (3.11) (push) Canceled after 0s
CI / test (3.12) (push) Canceled after 0s
CI / test (3.13) (push) Canceled after 0s
Build and Publish / release (push) Successful in 11s

This commit was merged in pull request #17.
This commit is contained in:
2026-08-07 10:52:20 +02:00
parent 7f74144615
commit 7f1d29a8cb
5 changed files with 10 additions and 13 deletions
+4 -6
View File
@@ -54,15 +54,13 @@ skip-magic-trailing-comma = true
profile = "black"
line_length = 100
multi_line_output = 3
split-on-trailing-comma=false
[tool.ruff]
line-length = 100
[tool.ruff.lint]
isort.split-on-trailing-comma=false
[tool.ruff.format]
skip-magic-trailing-comma = true
[dependency-groups]
dev = [
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
]