Skip to content

Commit 8f5b4d3

Browse files
pre-commit-ci[bot]djhoese
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 4f05113 commit 8f5b4d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.9.0
5+
rev: 25.11.0
66
hooks:
77
- id: black
88
language_version: python3
@@ -28,12 +28,12 @@ repos:
2828
- id: check-yaml
2929
args: [--unsafe]
3030
- repo: https://github.com/PyCQA/bandit
31-
rev: '1.8.6'
31+
rev: '1.9.2'
3232
hooks:
3333
- id: bandit
3434
args: [--ini, .bandit]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v1.18.2' # Use the sha / tag you want to point at
36+
rev: 'v1.19.0' # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)