Skip to content

Commit dcee1d0

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/pycqa/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7)
1 parent 07fd005 commit dcee1d0

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
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 23.12.1
21+
rev: 24.1.1
2222
hooks:
2323
- id: black
2424
types:
@@ -32,7 +32,7 @@ repos:
3232
- python
3333

3434
- repo: https://github.com/pycqa/bandit
35-
rev: 1.7.6
35+
rev: 1.7.7
3636
hooks:
3737
- id: bandit
3838
args: ["-ll"]

0 commit comments

Comments
 (0)