refactor: reorganize import statements for consistency across multiple files
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user