Skip to content

ci/security/test: automated audit fixes for CryptoStrategies#51

Merged
Pigbibi merged 1 commit into
mainfrom
codex/audit-fix-20260702-0600
Jul 1, 2026
Merged

ci/security/test: automated audit fixes for CryptoStrategies#51
Pigbibi merged 1 commit into
mainfrom
codex/audit-fix-20260702-0600

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • migrate deprecated top-level Ruff ignore settings into tool.ruff.lint.ignore

Problems found

  • ruff check . emitted a deprecation warning because ignore was configured at the top-level Ruff section

Fixes applied

  • moved ignore from [tool.ruff] to [tool.ruff.lint]

Security impact

  • none; lint configuration only

Architecture impact

  • none; no runtime or strategy logic changed

Tests run

  • .venv/bin/python -m pip check
  • .venv/bin/ruff check .
  • .venv/bin/python -m pytest -q
  • .venv/bin/python -m build
  • actionlint
  • git diff --check

Failed or skipped checks with reasons

  • none

Deployment notes

  • no deployment required

Rollback plan

  • revert commit addce2d

Manual follow-up checklist

  • confirm PR checks pass
  • merge after branch protection requirements are satisfied

@Pigbibi Pigbibi added codex AI Codex operations github_actions Pull requests that update GitHub Actions code python Pull requests that update python code human-review-required Requires human review before merge labels Jul 1, 2026
@Pigbibi Pigbibi enabled auto-merge (squash) July 1, 2026 22:06
@Pigbibi Pigbibi merged commit 2bede6e into main Jul 1, 2026
2 checks passed
@Pigbibi Pigbibi deleted the codex/audit-fix-20260702-0600 branch July 1, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex AI Codex operations github_actions Pull requests that update GitHub Actions code human-review-required Requires human review before merge python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant