Skip to content

Commit 2e31127

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) - [github.com/pycqa/bandit: 1.9.3 → 1.9.4](PyCQA/bandit@1.9.3...1.9.4)
1 parent 792f4b7 commit 2e31127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
args: ["--unsafe"]
3333

3434
- repo: https://github.com/psf/black-pre-commit-mirror
35-
rev: 26.1.0
35+
rev: 26.3.0
3636
hooks:
3737
- id: black
3838
types:
@@ -46,7 +46,7 @@ repos:
4646
- python
4747

4848
- repo: https://github.com/pycqa/bandit
49-
rev: 1.9.3
49+
rev: 1.9.4
5050
hooks:
5151
- id: bandit
5252
args: ["-ll"]

0 commit comments

Comments
 (0)