Replies: 1 comment 2 replies
-
It appears it does and I just had formatting errors. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to add a custom
llm
section to my[tool.ruff.isort.sections]
portion of my pyproject.toml.The recent refactoring of
langchain
andllama-index
mean that they now require libraries of packages (langchain-core
,langchain-openai
,langchain-google-genai
, etc).Is it possible to do something like and have ruff do a fuzzy match on import name? Example with globs:
Beta Was this translation helpful? Give feedback.
All reactions