Принесен isort

This commit is contained in:
2025-12-10 18:49:49 +03:00
parent c865fa282e
commit 7a9b2d182e
5 changed files with 11 additions and 4 deletions
+4
View File
@@ -14,3 +14,7 @@ dev = [
"psycopg2-binary==2.9.9",
"pytest==7.4.4",
]
[tool.isort]
profile = "black"
src_paths = ["airflow", "tests"]