Files
ruff/resources/test/fixtures/flake8_bandit/S102.py
2022-12-01 13:33:33 -05:00

6 lines
55 B
Python

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