chore: saving the wip state

This commit is contained in:
2025-04-29 18:09:11 +03:00
parent dd9f538bb4
commit a0b066cefe
6 changed files with 372 additions and 247 deletions

View File

@@ -1,5 +1,5 @@
[tool.ruff]
line-length = 100
line-length = 80
target-version = "py311"
[tool.ruff.lint]
@@ -7,10 +7,10 @@ select = ["E", "F", "I", "B", "UP", "C4", "T20"]
ignore = ["E501"]
[tool.ruff.lint.per-file-ignores]
"test_*.py" = ["S101"]
"*_test.py" = ["S101"]
[tool.ruff.format]
quote-style = "single"
quote-style = "double"
indent-style = "space"
[tool.pytest.ini_options]