Skip to content

Commit fc21c1b

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/compilerla/conventional-pre-commit: v4.0.0 → v4.2.0](compilerla/conventional-pre-commit@v4.0.0...v4.2.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/pycqa/bandit: 1.8.3 → 1.8.4](PyCQA/bandit@1.8.3...1.8.4)
1 parent 4298cb3 commit fc21c1b

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
@@ -8,13 +8,13 @@ default_install_hook_types:
88

99
repos:
1010
- repo: https://github.com/compilerla/conventional-pre-commit
11-
rev: v4.0.0
11+
rev: v4.2.0
1212
hooks:
1313
- id: conventional-pre-commit
1414
stages: [commit-msg]
1515

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

@@ -38,14 +38,14 @@ repos:
3838
- python
3939

4040
- repo: https://github.com/PyCQA/flake8
41-
rev: 7.1.2
41+
rev: 7.2.0
4242
hooks:
4343
- id: flake8
4444
types:
4545
- python
4646

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

0 commit comments

Comments
 (0)