Merge branch 'main' of gitlab.prodcontest.com:team-39/backend

This commit is contained in:
ivankirpichnikov
2025-11-23 01:42:49 +03:00
7 changed files with 309 additions and 9 deletions
+1
View File
@@ -164,6 +164,7 @@ select = [
"YTT", # flake8-2020
]
ignore = [
"PLR1702",
"A005", # allow to shadow stdlib and builtin module names
"COM812", # trailing comma, conflicts with `ruff format`
# Different doc rules that we don't really care about: