refactor: reorganize import statements for consistency across multiple files

This commit is contained in:
Artem Kashaev
2025-12-01 16:35:09 +05:00
parent 754cdb7bd6
commit f234e60e65
26 changed files with 50 additions and 71 deletions
-8
View File
@@ -25,14 +25,6 @@ dev = [
"aiosqlite>=0.20.0",
]
[tool.isort]
profile = "black"
line_length = 100
combine_as_imports = true
default_section = "THIRDPARTY"
known_first_party = ["app", "tests"]
skip_glob = ["migrations/*"]
[tool.mypy]
python_version = "3.14"
plugins = ["pydantic.mypy"]