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

4 lines
107 B
Python

import subprocess # S404
from subprocess import Popen # S404
from subprocess import Popen as pop # S404