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.
1 parent 4298cb3 commit fc21c1bCopy full SHA for fc21c1b
.pre-commit-config.yaml
@@ -8,13 +8,13 @@ default_install_hook_types:
8
9
repos:
10
- repo: https://github.com/compilerla/conventional-pre-commit
11
- rev: v4.0.0
+ rev: v4.2.0
12
hooks:
13
- id: conventional-pre-commit
14
stages: [commit-msg]
15
16
- repo: https://github.com/igorshubovych/markdownlint-cli
17
- rev: v0.44.0
+ rev: v0.45.0
18
19
- id: markdownlint
20
@@ -38,14 +38,14 @@ repos:
38
- python
39
40
- repo: https://github.com/PyCQA/flake8
41
- rev: 7.1.2
+ rev: 7.2.0
42
43
- id: flake8
44
types:
45
46
47
- repo: https://github.com/pycqa/bandit
48
- rev: 1.8.3
+ rev: 1.8.4
49
50
- id: bandit
51
args: ["-ll"]
0 commit comments