aboutsummaryrefslogtreecommitdiff
path: root/.bandit.yaml
blob: a77306defe8d7d5cae05208cb3c2a81b516b3341 (plain)
1
2
3
4
5
# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
assert_used:
  skips: ['*/test_*.py']
exclude_dirs: ['build', 'dist', 'bazel-bin', 'bazel-out', 'bazel-tosa_checker','bazel-testlogs','.pytest_cache']