Skip to content

Commit 10cd4f8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 0c225cf commit 10cd4f8

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
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/psf/black-pre-commit-mirror
5-
rev: 25.11.0
5+
rev: 25.12.0
66
hooks:
77
- id: black
88
language_version: python3
@@ -28,7 +28,7 @@ repos:
2828
- id: bandit
2929
args: [--ini, .bandit]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: 'v1.19.0' # Use the sha / tag you want to point at
31+
rev: 'v1.19.1' # Use the sha / tag you want to point at
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:

0 commit comments

Comments
 (0)