mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #68] [MERGED] feat(python): Enforce FBT003 rule in ruff for boolean arguments #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/68
Author: @QuantumGhost
Created: 3/24/2025
Status: ✅ Merged
Merged: 3/24/2025
Merged by: @Yeuoly
Base:
main← Head:feat/pycodestyle-w📝 Commits (1)
b5e2b5efeat(python): Enforce FBT003 rule in ruff for boolean arguments📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
python/.ruff.toml(+6 -0)📄 Description
Configure ruff to require boolean arguments to be passed as keyword arguments in function calls. This enhances code readability and clarity at call sites.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.