Skip to content

Commit 7d1b685

Browse files
committed
Fix bandit error
1 parent 2b5c14e commit 7d1b685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
rev: 1.7.0
5151
hooks:
5252
- id: bandit
53-
args: [--recursive, --quiet, --skip=B322]
53+
args: [--recursive, --quiet]
5454
- repo: https://gitlab.com/pycqa/flake8
5555
rev: 3.8.4
5656
hooks:

0 commit comments

Comments
 (0)