Commit 095da32
lint: silence B018 in test_dunder_getattr_missing_raises
ruff 0.16 enables flake8-bugbear by default, so the bare ``pluggy.nope``
expression added in #718 fails B018 and turns pre-commit.ci red on main.
Bind it to ``_`` like the other attribute-access checks in that test suite.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent de34583 commit 095da32
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments