Skip to content

Pin code quality tool versions in CI#13

Merged
KazKozDev merged 2 commits intomainfrom
codex/fix-ci-tooling
Mar 21, 2026
Merged

Pin code quality tool versions in CI#13
KazKozDev merged 2 commits intomainfrom
codex/fix-ci-tooling

Conversation

@KazKozDev
Copy link
Copy Markdown
Owner

Summary

Pins the code quality toolchain in GitHub Actions so the workflow uses the same formatter and linter versions the repository was validated with.

Changes

  • pin black to 24.10.0
  • pin flake8 to 7.1.1
  • pin isort to 7.0.0
  • pin mypy to 1.13.0

Why

The Code Quality job was installing the latest formatter versions, which made CI behavior drift from the locally validated environment and caused black --check failures on main.

@KazKozDev KazKozDev merged commit a45d946 into main Mar 21, 2026
14 checks passed
@KazKozDev KazKozDev deleted the codex/fix-ci-tooling branch March 21, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant