Skip to content

ci: pin typos pre-commit hook#387

Merged
shaypal5 merged 1 commit into
masterfrom
codex/pin-typos-pre-commit
Jun 3, 2026
Merged

ci: pin typos pre-commit hook#387
shaypal5 merged 1 commit into
masterfrom
codex/pin-typos-pre-commit

Conversation

@shaypal5

@shaypal5 shaypal5 commented Jun 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Pin the crate-ci/typos pre-commit hook from mutable v1 to v1.47.0.
  • Avoid resolving to upstream v1.47.1, whose matching PyPI package is not currently available.
  • Keep the change limited to .pre-commit-config.yaml.

Closes #386.

Validation

  • pre-commit run typos --all-files
  • pre-commit run --all-files

Context

This unblocks the GitHub Actions pre-commit job currently failing on PR #385 before it reaches that PR's cleanup changes.

@shaypal5 shaypal5 added CI linting & style dependencies Pull requests that update a dependency file labels Jun 3, 2026
@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.95%. Comparing base (ce16a58) to head (5651faf).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #387   +/-   ##
=======================================
  Coverage   99.95%   99.95%           
=======================================
  Files          16       16           
  Lines        2109     2109           
  Branches      251      251           
=======================================
  Hits         2108     2108           
  Partials        1        1           
Flag Coverage Δ
local 66.57% <ø> (ø)
mongodb 40.01% <ø> (ø)
postgres 42.10% <ø> (ø)
redis 44.57% <ø> (ø)
s3 41.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce16a58...5651faf. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shaypal5 shaypal5 merged commit 93a8e3a into master Jun 3, 2026
63 checks passed
@shaypal5 shaypal5 deleted the codex/pin-typos-pre-commit branch June 3, 2026 10:33
@shaypal5 shaypal5 added AI & Agents area: agent-workflows Agent instructions, AI-assisted workflow docs, or bot-maintained guidance. area: ci GitHub Actions, pre-commit, codecov, or automation config. area: config Global/default configuration and settings. codex outcome: merged Merged into the repository. source: codex Opened from a Codex-assisted workflow. type: ci GitHub Actions, CI configuration, or automation workflow change. type: deps Dependency or lockfile update. labels Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI & Agents area: agent-workflows Agent instructions, AI-assisted workflow docs, or bot-maintained guidance. area: ci GitHub Actions, pre-commit, codecov, or automation config. area: config Global/default configuration and settings. CI codex dependencies Pull requests that update a dependency file linting & style outcome: merged Merged into the repository. source: codex Opened from a Codex-assisted workflow. type: ci GitHub Actions, CI configuration, or automation workflow change. type: deps Dependency or lockfile update.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin typos pre-commit hook to released version

1 participant