Skip to content

Commit 7b083a4

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v2.4.0](compilerla/conventional-pre-commit@v2.1.1...v2.4.0) - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.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.36.0](igorshubovych/markdownlint-cli@v0.33.0...v0.36.0)
1 parent fc8a431 commit 7b083a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.4.0
1919
hooks:
2020
- id: conventional-pre-commit
2121
stages: [commit-msg]
@@ -33,27 +33,27 @@ repos:
3333
- id: check-added-large-files
3434

3535
- repo: https://github.com/psf/black
36-
rev: 23.1.0
36+
rev: 23.7.0
3737
hooks:
3838
- id: black
3939
types:
4040
- python
4141

4242
- repo: https://github.com/PyCQA/flake8
43-
rev: 6.0.0
43+
rev: 6.1.0
4444
hooks:
4545
- id: flake8
4646
types:
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.36.0
5858
hooks:
5959
- id: markdownlint

0 commit comments

Comments
 (0)