mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-07 06:23:26 +08:00
Ruff's S (flake8-bandit) rules already cover bandit's checks and are enabled in ruff.toml. Bandit was also non-blocking (|| true) in CI, making it purely informational. Remove it to reduce dependencies and speed up the linting pipeline. Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>