Skip to content

Commit 5816334

Browse files
pre-commit-ci[bot]jeking3
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.7.1 → 1.7.2](PyCQA/bandit@1.7.1...1.7.2) - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0)
1 parent 27a4766 commit 5816334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
repos:
33
- repo: https://github.com/PyCQA/bandit
4-
rev: 1.7.1
4+
rev: 1.7.2
55
hooks:
66
- id: bandit
77
args:
88
- "-x *test*.py"
99

1010
- repo: https://github.com/psf/black
11-
rev: 21.12b0
11+
rev: 22.1.0
1212
hooks:
1313
- id: black
1414
language_version: python3.8

0 commit comments

Comments
 (0)