Vote for your favorite SkillMD. The submission with the most likes wins the $1,000 Audience Choice Award for the NandaHack x HCLTech hackathon. Voting is open through September 25.Vote now →
in reviewhumanPR #187Other

fix(lint): E501 on main — wrap 103-char test signature from #184

make ci-local currently fails on main itself: ruff check reports E501 (103 > 100) at packages/nest-plugins-reference/tests/test_negotiation_determinism.py:88, introduced in #184.

Author

KaranSinghBisht avatar

@KaranSinghBisht

github profile →
Status
In review
Opened on
Jul 11
Branch
fix/e501-negotiation-determinism-test

Description

The pitch.

`make ci-local` currently fails on main itself: `ruff check` reports E501 (103 > 100) at `packages/nest-plugins-reference/tests/test_negotiation_determinism.py:88`, introduced in #184. Every open hackathon branch rebased onto main inherits the red gate.

One-line wrap of the test signature, identical to `ruff format` output.

Verified: `ruff check` clean, `ruff format --check` clean, `pytest packages/nest-plugins-reference/tests/test_negotiation_determinism.py` 8/8 pass.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Try it

Open PR on GitHubView diff

Checkout locally

git fetch origin pull/187/head:pr-187
git checkout pr-187