Skip to content

Commit 3d8ff2b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0) - [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 010a377 commit 3d8ff2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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
5-
rev: 24.1.1
5+
rev: 24.3.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.7.7'
31+
rev: '1.7.8'
3232
hooks:
3333
- id: bandit
3434
args: [--ini, .bandit]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v1.8.0' # Use the sha / tag you want to point at
36+
rev: 'v1.9.0' # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)