feat: тесты

This commit is contained in:
Artem Tsyrulnikov
2025-11-10 16:21:14 +03:00
parent cd167fdb43
commit b43042c745
13 changed files with 949 additions and 6 deletions

View File

@@ -40,6 +40,8 @@ select = [
"UP", # pyupgrade
]
ignore = ["B008"]
fixable = ["ALL"]
unfixable = []
[tool.ruff.format]
quote-style = "single"