[bandit]
exclude_dirs = ["/tests", "/docs", "/.venv", "/build", "/dist"]
skips = ["B101", "B601"]

# B101: assert_used - we use asserts in tests
# B601: paramiko_calls - not applicable
