/** * Tests for the Bandit config-detection helper (W3). * * Covers: * (a) pyproject.toml with [tool.bandit] — detected * (b) pyproject.toml without [tool.bandit] — NOT detected * (c) .bandit file present — detected * (d) setup.cfg with [bandit] section — detected * (e) setup.cfg without [bandit] — NOT detected (falls through to undefined) * (f) none of the files present — returns undefined * (g) precedence: pyproject.toml wins over .bandit */ export {}; //# sourceMappingURL=config-detection.test.d.ts.map