ruff/crates/ruff_linter/resources/test/fixtures/flake8_bandit/S604.py
2023-09-20 08:38:27 +02:00

5 lines
43 B
Python

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