Skip to content

Commit

Permalink
Ignore deepsource warning about eval
Browse files Browse the repository at this point in the history
  • Loading branch information
jmanuel1 committed Nov 9, 2024
1 parent ad451eb commit e86455c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concat/stdlib/repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def _do_repl_loop(
while True:
print(prompt, end='', flush=True)
try:
# noqa: PYL-W0123
# skipcq: PYL-W0123
eval(
'concat.stdlib.repl.read_form(stack, [])',
global_env,
Expand Down

0 comments on commit e86455c

Please sign in to comment.