Skip to content

Commit 980e24d

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0) - [github.com/pycqa/bandit: 1.9.0 → 1.9.3](PyCQA/bandit@1.9.0...1.9.3)
1 parent fdde5f0 commit 980e24d

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

2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 25.11.0
21+
rev: 26.1.0
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.9.0
35+
rev: 1.9.3
3636
hooks:
3737
- id: bandit
3838
args: ["-ll"]

0 commit comments

Comments
 (0)