mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 06:34:24 +08:00
- Use .values() instead of .items() when attr_name is unused (B007/PERF102) - Split long print f-string to stay under 120 chars (E501) - Add blank line in docstring between summary and description (D205) - Use ternary operator for locale assignment in main.py (SIM108)