Stuff and things

This commit is contained in:
2025-07-01 20:10:29 +02:00
parent b87639910b
commit fd826da6e4
6 changed files with 39 additions and 886 deletions

View File

@ -73,10 +73,6 @@ lint.ignore = [
"W191", # Checks for indentation that uses tabs.
]
[tool.ruff.format]
docstring-code-format = true
docstring-code-line-length = 20
[tool.ruff.lint.per-file-ignores]
"**/test_*.py" = [
"ARG", # Unused function args -> fixtures nevertheless are functionally relevant...