From 82f20ae2ea06c29f1209f134227188602e42b830 Mon Sep 17 00:00:00 2001 From: ahgraber Date: Sun, 26 May 2024 10:46:52 -0400 Subject: [PATCH] feat: add mizani to plot import group --- .ruff.toml | 2 +- template/{% if ruff %}.ruff.toml{% endif %}.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruff.toml b/.ruff.toml index 6d2a5c6..a4f248f 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -134,7 +134,7 @@ section-order = ["future", "standard-library", "third-party", "sci", "torch", "p "sci" = ["numpy", "pandas", "scipy", "sklearn", "statsmodels"] "torch" = ["datasets", "lightning", "torch", "torch*", "tokenizers", "transformers", "sentence-transformers"] "llm" = ["langchain*", "llama-index*", "semantic_kernel"] -"plot" = ["cmcrameri", "matplotlib", "plotly", "plotnine", "seaborn"] +"plot" = ["cmcrameri", "matplotlib", "mizani", "plotly", "plotnine", "seaborn"] [lint.mccabe] max-complexity = 18 diff --git a/template/{% if ruff %}.ruff.toml{% endif %}.jinja b/template/{% if ruff %}.ruff.toml{% endif %}.jinja index acb3283..86fb767 100644 --- a/template/{% if ruff %}.ruff.toml{% endif %}.jinja +++ b/template/{% if ruff %}.ruff.toml{% endif %}.jinja @@ -134,7 +134,7 @@ section-order = ["future", "standard-library", "third-party", "sci", "torch", "l "sci" = ["numpy", "pandas", "scipy", "sklearn", "statsmodels"] "torch" = ["datasets", "lightning", "torch", "torch*", "tokenizers", "transformers", "sentence-transformers"] "llm" = ["langchain*", "llama-index*", "semantic_kernel"] -"plot" = ["cmcrameri", "matplotlib", "plotly", "plotnine", "seaborn"] +"plot" = ["cmcrameri", "matplotlib", "mizani", "plotly", "plotnine", "seaborn"] [lint.mccabe] max-complexity = 18