Skip to content

Commit

Permalink
Merge pull request #217 from sot/ruff-plc0206
Browse files Browse the repository at this point in the history
Ruff: noqa an instance of PLC0206 in a yoshi test
  • Loading branch information
jeanconn authored Nov 26, 2024
2 parents 97424df + aadea04 commit 7108fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkles/tests/test_yoshi.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_run_one_yoshi(proseco_agasc_1p7):

actual = run_one_yoshi(**request, dyn_bgd_n_faint=0)

for key in expected:
for key in expected: # noqa: PLC0206 Extracting value from dictionary without calling `.items()`
val = expected[key]
val2 = actual[key]
if isinstance(val, float):
Expand Down

0 comments on commit 7108fb9

Please sign in to comment.