mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
ef530695c7
* feat(python): Enable Ruff ruleset (RUF) Refactor the codebase to address and resolve pre-existing style violations flagged by the Ruff ruleset. * feat(python): disable preview mode in Ruff Preview rules in Ruff are unstable and subject to frequent changes. Disabling them helps prevent potential confusion for developers. * chore(python): disable deprecated UP038 rule in Ruff The UP038 rule is deprecated and its suggested practice is not recommended. Disabling this rule helps avoid unnecessary code rewrites.