Skip to content

Commit 7eac785

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v2.2.0](compilerla/conventional-pre-commit@v2.1.1...v2.2.0) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pycqa/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5) - [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.34.0](igorshubovych/markdownlint-cli@v0.33.0...v0.34.0)
1 parent abd8c42 commit 7eac785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default_stages:
1515

1616
repos:
1717
- repo: https://github.com/compilerla/conventional-pre-commit
18-
rev: v2.1.1
18+
rev: v2.2.0
1919
hooks:
2020
- id: conventional-pre-commit
2121
stages: [commit-msg]
@@ -33,7 +33,7 @@ repos:
3333
- id: check-added-large-files
3434

3535
- repo: https://github.com/psf/black
36-
rev: 23.1.0
36+
rev: 23.3.0
3737
hooks:
3838
- id: black
3939
types:
@@ -47,13 +47,13 @@ repos:
4747
- python
4848

4949
- repo: https://github.com/pycqa/bandit
50-
rev: 1.7.4
50+
rev: 1.7.5
5151
hooks:
5252
- id: bandit
5353
args: ["-ll"]
5454
files: .py$
5555

5656
- repo: https://github.com/igorshubovych/markdownlint-cli
57-
rev: v0.33.0
57+
rev: v0.34.0
5858
hooks:
5959
- id: markdownlint

0 commit comments

Comments
 (0)