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 abd8c42 commit 7eac785Copy full SHA for 7eac785
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ default_stages:
15
16
repos:
17
- repo: https://github.com/compilerla/conventional-pre-commit
18
- rev: v2.1.1
+ rev: v2.2.0
19
hooks:
20
- id: conventional-pre-commit
21
stages: [commit-msg]
@@ -33,7 +33,7 @@ repos:
33
- id: check-added-large-files
34
35
- repo: https://github.com/psf/black
36
- rev: 23.1.0
+ rev: 23.3.0
37
38
- id: black
39
types:
@@ -47,13 +47,13 @@ repos:
47
- python
48
49
- repo: https://github.com/pycqa/bandit
50
- rev: 1.7.4
+ rev: 1.7.5
51
52
- id: bandit
53
args: ["-ll"]
54
files: .py$
55
56
- repo: https://github.com/igorshubovych/markdownlint-cli
57
- rev: v0.33.0
+ rev: v0.34.0
58
59
- id: markdownlint
0 commit comments