Skip to content

Commit

Permalink
noqa an instance of PLC0206 in a yoshi test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Nov 26, 2024
1 parent d810e3e commit aadea04
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 aadea04

Please sign in to comment.