diff --git a/template/{% if ruff %}.ruff.toml{% endif %}.jinja b/template/{% if ruff %}.ruff.toml{% endif %}.jinja index 6d2a5c6..acb3283 100644 --- a/template/{% if ruff %}.ruff.toml{% endif %}.jinja +++ b/template/{% if ruff %}.ruff.toml{% endif %}.jinja @@ -128,7 +128,7 @@ force-to-top = ["src", "torch"] relative-imports-order = "closest-to-furthest" known-local-folder = ["src"] # for relative imports -section-order = ["future", "standard-library", "third-party", "sci", "torch", "plot", "first-party", "local-folder"] +section-order = ["future", "standard-library", "third-party", "sci", "torch", "llm", "plot", "first-party", "local-folder"] [lint.isort.sections] "sci" = ["numpy", "pandas", "scipy", "sklearn", "statsmodels"]