ruff/crates/ruff_linter/resources/test/fixtures/flake8_bandit/S604.py

6 lines
43 B
Python

def foo(shell):
pass
foo(shell=True)