Skip to content

Commit 585ee9c

Browse files
authored
Remove PyCQA/bandit pre-commit check (#2928)
Part of #2030 More context: #2913 Remaining bandit check in https://github.com/intel/intel-xpu-backend-for-triton/blob/main/.github/workflows/bandit-check.yml --------- Signed-off-by: Anatoly Myachev <[email protected]>
1 parent e72adf2 commit 585ee9c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ repos:
6161
files: ^.github/workflows/integration-tests.yml.*
6262
pass_filenames: false
6363

64-
- repo: https://github.com/PyCQA/bandit
65-
rev: '1.7.9'
66-
hooks:
67-
- id: bandit
68-
files: '^(benchmarks|scripts|third_party/intel)/.*\.py$'
69-
args: ["-c", "bandit.yaml", "-s", "B404,B603,B607"]
70-
stages: [pre-commit, pre-push, manual]
71-
7264
- repo: https://github.com/pycqa/pylint
7365
rev: v3.2.6
7466
hooks:

0 commit comments

Comments
 (0)