refactored
Some checks failed
Deploy on push / deploy (push) Failing after 6s

This commit is contained in:
2025-08-17 17:56:31 +03:00
parent e78e12eeee
commit 9a2b792f08
98 changed files with 702 additions and 904 deletions

View File

@@ -222,6 +222,7 @@ ignore = [
"UP006", # use Set as type
"UP035", # use Set as type
"PERF401", # list comprehension - иногда нужно
"PLC0415", # импорты не в начале файла - иногда нужно
"ANN201", # Missing return type annotation for private function `wrapper` - иногда нужно
]