feat: parser, refactoring

This commit is contained in:
Artem Tsyrulnikov
2025-12-07 22:17:24 +03:00
parent e90c6bfb75
commit 2af23f84fe
39 changed files with 503 additions and 822 deletions

View File

@@ -27,6 +27,7 @@ dev = [
"pytest-asyncio>=1.2.0",
"ruff>=0.14.4",
"ty>=0.0.1a25",
"vulture>=2.14",
]
[tool.ruff]
@@ -56,6 +57,9 @@ plugins = [
"pydantic.mypy",
"sqlalchemy.ext.mypy.plugin"
]
exclude = [
"tests/conftest.py"
]
[tool.pytest.ini_options]
testpaths = ["tests"]