Add contributor map and align backend version

This commit is contained in:
anntr1k3
2026-07-03 13:21:24 +04:00
parent a7d66c5289
commit 62cf7a03ad
5 changed files with 80 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from dataclasses import dataclass, field
from typing import Any
from json import JSONDecodeError
APP_VERSION = "0.9.82"
APP_VERSION = "0.9.83"
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
+1 -1
View File
@@ -57,7 +57,7 @@ dev = ["pytest>=9.0.3", "pytest-asyncio>=1.4.0", "ruff>=0.9.0", "black>=24.0.0"]
[tool.ruff.lint]
# The current backend carries historical style debt in large legacy modules.
# Keep CI focused on actionable correctness checks for the v0.9.82 release.
# Keep CI focused on actionable correctness checks for the v0.9.83 release.
ignore = ["E401", "E402", "E701", "E731", "E741", "F401", "F402", "F541", "F811", "F841"]
[tool.black]