Skip to content

Commit

Permalink
Merge pull request #8 from ninerealmlabs/fix/ruff-add-mizani
Browse files Browse the repository at this point in the history
feat: add mizani to plot import group
  • Loading branch information
ahgraber authored May 26, 2024
2 parents 54bc3f2 + 82f20ae commit 07203d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion template/{% if ruff %}.ruff.toml{% endif %}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07203d4

Please sign in to comment.