Skip to content

chore(deps): drop lint-po git pin in favor of PyPI 0.1.5#1745

Merged
davidpoblador merged 1 commit into
mainfrom
worktree-polished-munching-otter
May 5, 2026
Merged

chore(deps): drop lint-po git pin in favor of PyPI 0.1.5#1745
davidpoblador merged 1 commit into
mainfrom
worktree-polished-munching-otter

Conversation

@davidpoblador

Copy link
Copy Markdown
Member

Summary

Test plan

  • Confirmed lint-po==0.1.5 accepts a Babel-generated plural .po (msgid_plural / msgstr[0..1]) — exit 0.
  • Confirmed lint-po==0.1.5 still flags placeholder mismatches in msgstr[1] — exit 1, same diagnostic as the pinned SHA.
  • Smoke just lint-po and the pre-commit hook on a freshly scaffolded project after merge.

🤖 Generated with Claude Code

himdel/lint-po 0.1.5 shipped to PyPI on 2026-05-05 with gettext
plural-form support, resolving the upstream release request at
himdel/lint-po#5. Drop the [tool.uv.sources] git pin introduced in
#1725 and require lint-po>=0.1.5 directly.

Smoke-tested 0.1.5 against a Babel-generated plural .po (exit 0) and
a deliberately broken msgstr[1] placeholder (exit 1) — same behavior
the pinned SHA had.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@davidpoblador davidpoblador merged commit add3c9b into main May 5, 2026
2 checks passed
@davidpoblador davidpoblador deleted the worktree-polished-munching-otter branch May 5, 2026 17:56
davidpoblador pushed a commit that referenced this pull request May 6, 2026
🤖 I have created a release *beep* *boop*
---


##
[10.8.4](v10.8.3...v10.8.4)
(2026-05-06)


### Bug Fixes

* reserve scrollbar gutter to prevent horizontal layout shift
([#1744](#1744))
([6878bf6](6878bf6))


### Miscellaneous Chores

* **deps:** bump cryptography from 47.0.0 to 48.0.0
([#1751](#1751))
([6768455](6768455))
* **deps:** bump cryptography from 47.0.0 to 48.0.0 in /vibetuner-py
([#1747](#1747))
([d5525d3](d5525d3))
* **deps:** bump resend from 2.29.0 to 2.30.0
([#1750](#1750))
([dfcd20b](dfcd20b))
* **deps:** bump resend from 2.29.0 to 2.30.0 in /vibetuner-py
([#1749](#1749))
([a724ba1](a724ba1))
* **deps:** bump rumdl from 0.1.87 to 0.1.88
([#1752](#1752))
([aa9d738](aa9d738))
* **deps:** bump rumdl from 0.1.87 to 0.1.88 in /vibetuner-py
([#1748](#1748))
([ff2a8cc](ff2a8cc))
* **deps:** drop lint-po git pin in favor of PyPI 0.1.5
([#1745](#1745))
([add3c9b](add3c9b))
* **deps:** update mongo docker tag to v8.3
([#1753](#1753))
([1cb20d0](1cb20d0))
* update deps 2026-05-06
([fb303df](fb303df))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

Scaffolding: lint-po rejects msgid_plural — can't use Babel plural forms

1 participant