We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 010a377 + 3d8ff2b commit 6744077Copy full SHA for 6744077
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: '^$'
2
fail_fast: false
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 24.1.1
+ rev: 24.3.0
6
hooks:
7
- id: black
8
language_version: python3
@@ -28,12 +28,12 @@ repos:
28
- id: check-yaml
29
args: [--unsafe]
30
- repo: https://github.com/PyCQA/bandit
31
- rev: '1.7.7'
+ rev: '1.7.8'
32
33
- id: bandit
34
args: [--ini, .bandit]
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: 'v1.8.0' # Use the sha / tag you want to point at
+ rev: 'v1.9.0' # Use the sha / tag you want to point at
37
38
- id: mypy
39
additional_dependencies:
0 commit comments