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 2e424ec commit f9a0718Copy full SHA for f9a0718
.pre-commit-config.yaml
@@ -14,12 +14,12 @@ repos:
14
stages: [commit-msg]
15
16
- repo: https://github.com/igorshubovych/markdownlint-cli
17
- rev: v0.41.0
+ rev: v0.42.0
18
hooks:
19
- id: markdownlint
20
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.6.0
+ rev: v5.0.0
23
24
- id: trailing-whitespace
25
- id: mixed-line-ending
@@ -31,7 +31,7 @@ repos:
31
- id: check-added-large-files
32
33
- repo: https://github.com/psf/black
34
- rev: 24.8.0
+ rev: 24.10.0
35
36
- id: black
37
types:
@@ -45,7 +45,7 @@ repos:
45
- python
46
47
- repo: https://github.com/pycqa/bandit
48
- rev: 1.7.9
+ rev: 1.7.10
49
50
- id: bandit
51
args: ["-ll"]
0 commit comments