Skip to content

Commit f9a0718

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/pycqa/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
1 parent 2e424ec commit f9a0718

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
@@ -14,12 +14,12 @@ repos:
1414
stages: [commit-msg]
1515

1616
- repo: https://github.com/igorshubovych/markdownlint-cli
17-
rev: v0.41.0
17+
rev: v0.42.0
1818
hooks:
1919
- id: markdownlint
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.6.0
22+
rev: v5.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: mixed-line-ending
@@ -31,7 +31,7 @@ repos:
3131
- id: check-added-large-files
3232

3333
- repo: https://github.com/psf/black
34-
rev: 24.8.0
34+
rev: 24.10.0
3535
hooks:
3636
- id: black
3737
types:
@@ -45,7 +45,7 @@ repos:
4545
- python
4646

4747
- repo: https://github.com/pycqa/bandit
48-
rev: 1.7.9
48+
rev: 1.7.10
4949
hooks:
5050
- id: bandit
5151
args: ["-ll"]

0 commit comments

Comments
 (0)