We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f7bd5 + a8bee1a commit a435fefCopy full SHA for a435fef
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ default_install_hook_types:
8
9
repos:
10
- repo: https://github.com/compilerla/conventional-pre-commit
11
- rev: v4.2.0
+ rev: v4.3.0
12
hooks:
13
- id: conventional-pre-commit
14
stages: [commit-msg]
@@ -24,7 +24,7 @@ repos:
24
- id: check-added-large-files
25
26
- repo: https://github.com/psf/black-pre-commit-mirror
27
- rev: 25.9.0
+ rev: 25.11.0
28
29
- id: black
30
types:
@@ -38,7 +38,7 @@ repos:
38
- python
39
40
- repo: https://github.com/pycqa/bandit
41
- rev: 1.8.6
+ rev: 1.9.2
42
43
- id: bandit
44
args: ["-ll"]
0 commit comments