You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/callbacks
Charlie Marsh 8f38b7a725
multiple: Remove unnecessary Ruff suppression comments (#21050)
## Summary

I ran `ruff check --extend-select RUF100 -n` to identify `# noqa`
comments that weren't having any effect in Ruff, and then `ruff check
--extend-select RUF100 -n --fix` on select files to remove all of the
unnecessary `# noqa: F401` violations. It's possible that these were
needed at some point in the past, but they're not necessary in Ruff
v0.1.15 (used by LangChain) or in the latest release.

Co-authored-by: Erick Friis <erick@langchain.dev>
5 months ago
..
streamlit community[patch]: docstrings update (#20301) 6 months ago
tracers multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
__init__.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
aim_callback.py docs: community docstring updates (#21040) 5 months ago
argilla_callback.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
arize_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 7 months ago
arthur_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 7 months ago
bedrock_anthropic_callback.py community[minor]: add bedrock anthropic callback for token usage counting (#19864) 6 months ago
clearml_callback.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
comet_ml_callback.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
confident_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 7 months ago
context_callback.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
fiddler_callback.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
flyte_callback.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
human.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
infino_callback.py infra: add print rule to ruff (#16221) 8 months ago
labelstudio_callback.py community[patch]: update use of deprecated llm methods (#20393) 6 months ago
llmonitor_callback.py community[patch]: update use of deprecated llm methods (#20393) 6 months ago
manager.py community[minor]: add bedrock anthropic callback for token usage counting (#19864) 6 months ago
mlflow_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 7 months ago
openai_info.py community: add gpt-4 pricing in callback (#20292) 6 months ago
promptlayer_callback.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
sagemaker_callback.py core[major]: On Tool End Observation Casting Fix (#18798) 7 months ago
trubrics_callback.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
uptrain_callback.py docs: community docstring updates (#21040) 5 months ago
utils.py docs: community docstring updates (#21040) 5 months ago
wandb_callback.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago
whylabs_callback.py multiple: Remove unnecessary Ruff suppression comments (#21050) 5 months ago