Final Implementation of AllOf Keyword

This commit is contained in:
2025-04-17 03:02:14 -03:00
parent 6d1febbcc1
commit 459d9da0b9
3 changed files with 30 additions and 11 deletions

View File

@@ -58,7 +58,11 @@ build-backend = "hatchling.build"
# Linters
[tool.ruff]
extend-select = ["I"]
[tool.ruff.lint.isort]
known-first-party = ["jambo"]
section-order=[
"future",
"first-party",