mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-22 17:50:03 +00:00
Add ruff rules: * FIX: https://docs.astral.sh/ruff/rules/#flake8-fixme-fix * TD: https://docs.astral.sh/ruff/rules/#flake8-todos-td Code cleanup: * [`libs/core/langchain_core/outputs/chat_generation.py`](diffhunk://#diff-a1017ee46f58fa4005b110ffd4f8e1fb08f6a2a11d6ca4c78ff8be641cbb89e5L56-R56): Removed the "HACK" prefix from a comment in the `set_text` method. Configuration adjustments: * [`libs/core/pyproject.toml`](diffhunk://#diff-06baaee12b22a370fef9f170c9ed13e2727e377d3b32f5018430f4f0a39d3537R85-R93): Added new rules `FIX002`, `TD002`, and `TD003` to the ignore list. * [`libs/core/pyproject.toml`](diffhunk://#diff-06baaee12b22a370fef9f170c9ed13e2727e377d3b32f5018430f4f0a39d3537L102-L108): Removed the `FIX` and `TD` rules from the ignore list. Test refinement: * [`libs/core/tests/unit_tests/runnables/test_runnable.py`](diffhunk://#diff-06bed920c0dad0cfd41d57a8d9e47a7b56832409649c10151061a791860d5bb5L3231-R3232): Updated a TODO comment to improve clarity in the `test_map_stream` function.