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

6 lines
55 B
Python

def fn():
# Error
exec('x = 2')
exec('y = 3')