Skip to content

Commit 28c45f2

Browse files
chore(pre-commit): autoupdate hooks (#52)
2 parents acb1240 + 2c4c8f4 commit 28c45f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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.3.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.6
4949
hooks:
5050
- id: bandit
5151
args: ["-ll"]

0 commit comments

Comments
 (0)