Skip to content

Commit cdd1768

Browse files
authored
Merge pull request #322 from dvd-dev/bandit_update
Update .pre-commit-config.yaml
2 parents 14e17ba + 4a71eaa commit cdd1768

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.bandit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ tests:
1212
- B318
1313
- B319
1414
- B320
15-
- B325
1615
- B601
1716
- B602
1817
- B604

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/PyCQA/bandit
4-
rev: 1.6.2
4+
rev: '1.7.9'
55
hooks:
66
- id: bandit
77
args:

0 commit comments

Comments
 (0)